对于Google的新政策,我决定删除此功能以在我的应用中发送短信。我在清单中删除了android.permission.SEND_SMS和有关SMS的所有代码。 我的问题是...我无法更新我的应用程序。控制台总是问我使用我的SMS功能的原因是什么。无法解决问题。 有人可以帮我吗? 谢谢。
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="app.MyApp.firstrelease"
android:installLocation="internalOnly"
android:versionCode="26"
android:versionName="4.5">
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.android.vending.BILLING" />
<application
android:icon="@mipmap/app_icon"
android:label="@string/app_name"
android:theme="@android:style/Theme.Black.NoTitleBar">
<activity
android:name=".MyApp"
android:label="@string/app_name"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
</application>
</manifest>
答案 0 :(得分:1)
我有类似的问题。我使用Alpha通道解决了问题,然后从Alpha转发到Prod。 因此,我认为这是Google控制台错误。我的把戏只是一种解决方法。
答案 1 :(得分:0)
您应该填写许可声明表
按照下面的步骤
为了删除保留的版本(从第5步开始-包含SMS权限的版本),您可以创建另一个发行版(具有更高版本的APK)-在其中您可以停用任何以前的版本