警告您的Apk正在使用需要隐私政策的权限: [英] Warnings Your Apk Is Using Permissions That Require A Privacy Policy:

查看:4050
本文介绍了警告您的Apk正在使用需要隐私政策的权限:的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您的应用有一个版本代码为1的apk请求以下权限:android.permission.GET_ACCOUNTS。在APK中使用这些权限的应用程序需要设置隐私政策。

Your app has an apk with version code 1 that requests the following permission(s): android.permission.GET_ACCOUNTS. Apps using these permissions in an APK are required to have a privacy policy set.

这是我在google play console上得到的错误,我不要求这个权限!

This is the error I get on google play console, Im not asking for this permission!

这些是我的应用程序的唯一权限:

Those are the only permissions my app has:

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>


推荐答案

来自Google的Bug Play Services库添加不必要的READ_PHONE_STATE权限

Its Bug from Google Play Services library adding unnecessary READ_PHONE_STATE permission

修正者:

<manifest 
  xmlns:tools="http://schemas.android.com/tools"
  <!-- ... -->
>

<uses-permission android:name="android.permission.READ_PHONE_STATE" 
tools:node="remove" />

这篇关于警告您的Apk正在使用需要隐私政策的权限:的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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