如何解决有关“使用短信或通话记录权限组"的Google Play警告; [英] how to resolve google play warning regarding "Use of SMS or Call Log permission groups"

查看:155
本文介绍了如何解决有关“使用短信或通话记录权限组"的Google Play警告;的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从我的应用程序中删除了短信和通话记录权限,并使用了共享意图和拨号意图来替代常见用途.但是我仍然在应用程序的播放控制台中收到相同的警告.以下是我的应用程序中的权限列表.

I have removed sms and call log permissions from my app and using alternatives to common uses that is using share intent and dial intent. But I am still getting the same warning in the play console on my application. following is the list of permissions in my app.

<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.CAMERA" />
<uses-permission android:name="android.permission.USE_CREDENTIALS" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_SETTINGS"
    tools:ignore="ProtectedPermissions" />
<uses-permission android:name="android.permission.WAKE_LOCK" />

<!-- Push Notification Permission -->
<uses-permission android:name="com.onwaycab.permission.C2D_MESSAGE" />
<uses-permission 
     android:name="com.google.android.c2dm.permission.RECEIVE"/>

<!-- MAP Permission -->
<permission
    android:name="com.onwaycab.permission.MAPS_RECEIVE"
    android:protectionLevel="signature" />

<uses-permission android:name="com.onwaycab.permission.MAPS_RECEIVE" />

即使我没有使用短信和呼叫日志权限,我也收到警告,因此它与该问题并不重复.

I am receiving the warning even if I have not used sms and call log permission so it is not duplicate of that question.

推荐答案

我的Playstore控制台显示了与此"SMS& CALL_LOGS"相关的警告.

My playstore console showed this "SMS & CALL_LOGS" related warning.

因此,我删除了短信&清单中与CALL_LOGS相关的权限,并将最新的发行版本上载到playstore.但是在商店中发布了最新版本后,警告仍然向我显示.

So, I removed the SMS & CALL_LOGS related permissions from the manifest and uploaded the latest release build to playstore. But the warning was still shown to me after latest build was published on store.

因此,在此之后,我在权限"声明表单下方填写了此内容,并立即删除了警告.

So ,After this I filled this below Permissions declaration form and the warning is removed now.

https://docs.google.com/forms//1FAIpQLSfCnRaa4b1VuHhE4gVekWJc_V0Zt4XiTlsKsTipTlPg5ECA7Q/viewform

这篇关于如何解决有关“使用短信或通话记录权限组"的Google Play警告;的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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