gpt4 book ai didi

android - 尽管我已经从 Android Manifest 中删除了权限,但仍然在 Google Play 商店收到警告,该应用程序将被删除

转载 作者:行者123 更新时间:2023-11-29 02:23:17 27 4
gpt4 key购买 nike

更新 Google 政策后,我从我的 AndroidManifest.xml 中删除了对 CALL_PHONESEND_SMS 的权限。

在我登录发布仪表板时上传最新版本(昨天)后,我仍然收到应用程序将于 1 月 9 日删除的警告。

这些是我现在在 list 中使用的权限。

  <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<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.READ_PHONE_STATE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

这是我收到的警告。

enter image description here

我还注意到,如果我检查 Google Play 列表中使用的权限,它们是:

This app has access to:

Location
approximate location (network-based)
precise location (GPS and network-based)
Phone
read phone status and identity

Photos/Media/Files
read the contents of your USB storage
modify or delete the contents of your USB storage

Storage
read the contents of your USB storage
modify or delete the contents of your USB storage

Wi-Fi connection information
view Wi-Fi connections

Device ID & call information
read phone status and identity

Phone
directly call phone numbers
read phone status and identity
Other
receive data from Internet
mock location sources for testing
view network connections
full network access
prevent device from sleeping
read Google service configuration

这是由于 READ_PHONE_STATE 权限造成的吗?还是这需要一些时间来更新?

最佳答案

您在项目中使用的其他模块或库中可能有一些可用权限

请像这样从 list 中手动删除

使用权限 android:name="android.permission.READ_SMS"tools:node="remove"

使用权限 android:name="android.permission.RECEIVE_SMS"tools:node="remove"

希望对你有帮助

关于android - 尽管我已经从 Android Manifest 中删除了权限,但仍然在 Google Play 商店收到警告,该应用程序将被删除,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53822488/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com