问题
I am trying to create a new release with no sensitive permissions asked. but when i go to app releases it shows :`
Previously declared permissions (2 permissions)
android.permission.READ_SMS
android.permission.RECEIVE_SMS`
I deleted all artifact libraries apks drafts . What is the procedure to get rid of it?
回答1:
I solved it.
Go to your artifact Library and check if there is any active artifact which contains these permissions. Now create a build and overwrite those active artifacts with your new build. When every other release track like beta , internal do not contain any sensitive permission, just create a build for production and you will see it gone.
来源:https://stackoverflow.com/questions/55293576/previously-declared-permissions-2-permissions-google-play-app-release