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

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

问题描述

在清单中未添加 android.permission.READ_PHONE_STATE.许可.

In manifest not added android.permission.READ_PHONE_STATE. permission.

为什么当我上传新的 apk 版本时会出现错误.

Why error comes when I upload a new apk version error comes below.

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

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

我附上了我的 Google Play 商店帐户的屏幕截图.

I have attached a screenshot of my google play store account.

我的清单文件.

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.my.package.name">

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

    <application
        android:name=".utils.PreferenceManager"
        android:allowBackup="true"
        android:icon="@mipmap/ic_launcher"
        android:label="@string/app_name"
        android:largeHeap="true"
        android:supportsRtl="true"
        android:theme="@style/AppTheme">
        <activity
            android:name=".SplashScreen"
            android:screenOrientation="portrait">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />

                <category android:name="android.intent.category.LAUNCHER" />
            </intent-filter>
        </activity>

        <activity
            android:name=".MainActivity"
            android:screenOrientation="portrait" />

        <activity
            android:name=".CategoryListActivity"
            android:screenOrientation="portrait" />
        <activity
            android:name=".ImagesActivity"
            android:screenOrientation="portrait" />

    </application>

</manifest>

推荐答案

您的应用程序的 manifest.xml 具有从您的设备访问信息的这些权限,但您在 Play 商店提交时没有隐私政策链接.所以你会收到这个警告.

Your app's manifest.xml having these permission to access information from your's device but you don't have privacy policy link while submitting on the play store. so you getting this warning.

应用需要隐私政策如果您的应用处理个人或敏感用户数据

添加应用商品详情的隐私权政策有助于让您透明地了解您如何处理敏感的用户和设备数据.

Google Play 管理中心中的隐私政策设置已更改位置.

The privacy policy setting in Google Play Console has changed locations.

在 Google Play 管理中心中,
选择商店发布应用内容.
隐私政策下.

In Google Play Console,
Select Store presenceApp content.
Under Privacy Policy.

选择最左下角的政策应用内容.
隐私政策下.

Select PolicyApp content at the far bottom left.
Under Privacy Policy.

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

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