android - 使用无障碍服务

标签 android google-play accessibilityservice

美好的一天,我们正在开发 教育应用 为 child 。应用程序的本质: child 只有在通过各种教育任务后才能访问游戏。我们计划使用无障碍服务来限制游戏期间对设备的访问。

Question: does the use of accessibility services in this application contradict Google's rules, and will it be allowed for distribution in google play?

最佳答案

有关政策的问题最好通过查看 Google Play Developer Policy centre 来回答。 ,而不是在 StackOverflow 上。那里似乎没有很好地涵盖这一点。 But in emails sent out to warn developers cited in the news ,电子邮件说

Apps requesting accessibility services should only be used to help users with disabilities use Android devices and apps.





If you aren’t already doing so, you must explain to users how your app is using the ‘android.permission.BIND_ACCESSIBILITY_SERVICE’ to help users with disabilities use Android devices and apps. Apps that fail to meet this requirement within 30 days may be removed from Google Play



听起来您并没有使用它来帮助残疾用户,因此这似乎是不允许的。

您可以随时使用 Play 管理中心的帮助菜单联系 Google Play 管理中心支持,该菜单通过问号“?”访问。图标。

关于android - 使用无障碍服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51320276/

相关文章:

带有compileSdkVersion 16的Android Studio无法在Mac上编译

android - 每次调试运行时禁用辅助功能服务

android - 抽屉导航犹豫

android - 如果用户使用旧版本的 Google Play 服务,使用新版本的 Google Play 服务的功能会使应用程序崩溃吗?

android - 键盘放置遮挡了下方的 View EditText 希望保持可见

android - 此软件包和用户无法使用 Google Play 商店 IAP 计费

android - Google Play - 如何防止用户从市场安装APP时下载大的APK扩展文件

android - 检索附加到 GooglePlay URL 的所有广告系列参数

Android:以编程方式截取通知栏的屏幕截图

android - 屏幕关闭时的 AccessibilityService OnKeyEvent