【问题标题】:Google Play Console automatic add a permissionGoogle Play Console 自动添加权限
【发布时间】:2018-09-07 00:24:53
【问题描述】:

我已经提交了我的应用程序的新版本,但这次谷歌说:

New permissions added   
 Users who use the APK with version 18 code may need to accept the android.permission.READ_PHONE_STATE permission, which may make it impossible to upgrade to this version of the app.

但我从未在我的 APK 中使用过此权限

我只用这个

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

【问题讨论】:

  • 我也有同样的问题。未添加任何新权限。我不知道它是从哪里来的。

标签: android-studio google-play-console


【解决方案1】:

这是 Google API https://developers.google.com/android/guides/releases 中的一个错误

【讨论】:

  • 考虑未来的访客;最好更改指向解决该错误的特定版本的链接。在这种情况下,这似乎是developers.google.com/android/guides/…(是的,超链接的末尾有错字!)更好的是,从此处的 API 发布文档中复制注释的内容。
猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2015-08-19
  • 1970-01-01
  • 1970-01-01
  • 2019-06-20
相关资源
最近更新 更多