Does removing an Android permission prompt users' consent again? -


I'm planning to remove Android's permission from my AndroidManifest.xml.

I'm curious if users will be notified with a permission dialog again or not when they upgrade the app to the new version.

Thanks

No, if you have less permission than previous version If needed it does not prompt the user again.


Comments

Popular posts from this blog

GO: Serve static pages -

java - how to parse a JSON string into ObjectNode in Jackson? -

objective c - How to open front/back camera at the same time in iOS developing? -