Android studio Google Play控制台自动添加权限

Android studio Google Play控制台自动添加权限,android-studio,google-play-console,Android Studio,Google Play Console,我已经提交了我的应用程序的新版本,但这次谷歌说: 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中使用过此权

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

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" />


这是Google API中的一个错误

我也有同样的问题。未添加任何新权限。我不知道从哪里来。考虑未来的访问者;最好更改到解决该bug的特定版本的链接。在这种情况下,这似乎是(是的,超链接的末端有一个打字错误!)更好的是,在这里复制API发布文档中备注的实质内容。