0

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?

Arpit
  • 297
  • 1
  • 5
  • 13

1 Answers1

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.

Arpit
  • 297
  • 1
  • 5
  • 13