在APK(android.permission.GET_ACCOUNTS)中使用这些权限的应用需要设置*隐私政策*

时间:2017-11-06 14:05:11

标签: android-studio apk privacy-policy

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

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

3 个答案:

答案 0 :(得分:2)

GET_ACCOUNTS is a sensitive permission需要披露您使用该数据的原因和方式。

您可以通过以下方式解决此问题:

  • 删除敏感权限(即不要使用GET_ACCOUNTS
  • 或者为您的Android应用添加隐私权政策:

    1. 登录您的Google Play开发者控制台。
    2. 选择“所有应用程序”,然后选择您的应用程序
    3. 点击“商品详情”
    4. 在“隐私权政策”字段中输入您的隐私权政策的公开网址:
    5. Privacy Policy field in Google Play Store by TermsFeed.com

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

答案 1 :(得分:1)

Google最近开始执行这些so called sensitive permissions,这就是为什么您会看到此错误的原因 - which can be fixed by providing a privacy policy(链接到我为此目的撰写的帖子)

可以通过访问Google的开发者控制台添加隐私政策,但了解应如何创建隐私政策可能更为重要。以下是美国当局(加利福尼亚州)和欧洲指南的一些重要指南:

A)加州总检察长办公室

The types or categories of personally identifiable data collected by the app.
The uses and retention period for each type or category of personally identifiable data.
Whether your app, or a third party, collects payment information for in-app purchases.
The categories of third parties with whom the app may share personally identifiable data. Such third parties include advertising networks and analytics providers. Provide a link to third parties’ privacy policy statements, where available.
The choices a user has regarding the collection, use, and sharing of user information, with instructions on how to exercise those choices.
The process for a user to review and request corrections to his or her personally identifiable information maintained by the app, if available.
A means for users to contact the app developer with questions or concerns.
The effective date of the privacy policy and the process for notifying users of material changes to it.

B)欧洲风格(来自移动应用指南)

现在,欧洲风格的隐私政策在性质上要严格得多,并且在2018年GDPR下的内容将继续更加严格。

我在Opinion 02/2013上关于智能设备上的应用程序粘贴了一个最小的框架。

如果处理个人数据,相关数据控制者必须至少通知潜在用户:

who they are (identity and contact detail),
the precise categories of personal data the app developer will collect and process,
why (for what precise purposes),
whether data will be disclosed to third parties
how users may exercise their rights, in terms of withdrawal of consent and deletion of data).

当然,这意味着必须正确告知用户他们的访问权限,纠正,删除权以及他们反对数据处理的权利。根据GDPR,明年(2018年)全面实施的规定,在披露方面会有很多问题。

您最了解您的要求。如果从头开始写东西不是你的事情,我每天都在研究隐私主题,并帮助创建有助于完成在线合规主题的工具。你可以找到这些tools here at iubenda。在复杂的情况下,我还建议咨询专业律师。

答案 2 :(得分:0)

  

添加隐私政策--->请参阅此链接   Click Here