不主动使用任何用户信息时的Google Play隐私权政策 [英] Google Play privacy policy when not actuvally using any users information

查看:292
本文介绍了不主动使用任何用户信息时的Google Play隐私权政策的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

首先-我真的很抱歉我的英语。



因此,最近我收到了一封来自Google的电子邮件,说我的应用违反了我们的用户数据有关个人和敏感信息的政策。
问题是,我的应用程序仅包含以下权限:

 < uses-permission android:name = android .permission.ACCESS_NETWORK_STATE /> 
< uses-permission android:name = android.permission.INTERNET />
< uses-permission android:name = com.google.android.providers.gsf.permission.READ_GSERVICES />
< uses-permission android:name = android.permission.WRITE_EXTERNAL_STORAGE />
<使用权限android:name = com.android.vending.BILLING />

但是在生成的清单中,我可以看到另外两个:

 < android:uses-permission android:name = android.permission.READ_PHONE_STATE /> 
< android:uses-permission android:name = android.permission.READ_EXTERNAL_STORAGE />

我唯一使用的库是admobs一个库,其中包括编译'com.google.android.gms: play-services-ads:+'进入gradle文件。



问题是如何解决此问题。通过以某种方式删除此许可或为admob用户提供一些虚拟的隐私策略模板(我想世界各地成千上万的开发人员都面临相同的问题,但是这里的话题并不多,没有一个有用的东西。)

解决方案

读取手机状态


First of all - I am really sorry for my english.

So, recentlty I've recieved an email from Google saying that my application "violates our User Data policy regarding Personal and Sensitive Information". The thing is, my application includes only these permissions:

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.vending.BILLING" />

But in generated manifest I can see 2 more of them:

<android:uses-permission android:name="android.permission.READ_PHONE_STATE" />
<android:uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

The only library I use is admobs one, by including compile 'com.google.android.gms:play-services-ads:+' into the gradle file.

The question is how can I resolve this issue. Either by somehow removing this permission or providing some dummy privacy policy template for admob users (I guess thousands of developers around the world faced the same issue but here is not that many topics and none of them were helpfull).

解决方案

Read phone state is a sensitive permission which triggers the requirement of a Privacy Policy for your app.

You can fix this by either removing the read phone state permission or by adding a Privacy Policy to your listing page.

That said, note that AdMob requires you to have a Privacy Policy because AdMob serves interest-based ads to users through your app.

At the very least, you need inform users about the use of interest-based ads through your app and how users can opt-out. From the "Interest-based advertising" section of the AdMob Policies page:

这篇关于不主动使用任何用户信息时的Google Play隐私权政策的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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