在 APK (android.permission.GET_ACCOUNTS ) 中使用这些权限的应用需要设置*隐私政策* [英] Apps using these permissions in an APK (android.permission.GET_ACCOUNTS ) are required to have a *privacy policy* set

查看:66
本文介绍了在 APK (android.permission.GET_ACCOUNTS ) 中使用这些权限的应用需要设置*隐私政策*的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

错误:android.permission.GET_ACCOUNTS.在 APK 中使用这些权限的应用必须设置隐私政策.

如何修复它或从我的应用程序中删除它?谢谢:)

解决方案

GET_ACCOUNTS

请注意,Google Play 商店不会为您托管该政策.您需要有一个公共网页来托管您的隐私政策.

Error: android.permission.GET_ACCOUNTS. Apps using these permissions in an APK are required to have a privacy policy set.

How to fix it or take it of from my app at all ? thanks :)

解决方案

GET_ACCOUNTS is a sensitive permission that requires a disclosure why and how are you using that data.

You can fix this by:

  • Remove the sensitive permission (ie. do not use GET_ACCOUNTS)
  • Or add a Privacy Policy to your Android app:

    1. Log into your Google Play Developer Console.
    2. Select "All Applications" and then select your application
    3. Click "Store Listing"
    4. Enter the public URL of your Privacy Policy at the "Privacy Policy field":

Note that Google Play Store won't host the policy for you. You need to have a public web page to host your Privacy Policy.

这篇关于在 APK (android.permission.GET_ACCOUNTS ) 中使用这些权限的应用需要设置*隐私政策*的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆