My Android App Suddenly Requires Permissions Not Set In Androidmanifest.xml. Why?
I have an app that have only had minor changes the last couple of years. Yesterday I released a bugfix to Google Play, and noticed that my app suddenly requires 5 new permissions:
Solution 1:
These are coming from Libraries you used. Android studio merge the libraries permissions into app.
Post a Comment for "My Android App Suddenly Requires Permissions Not Set In Androidmanifest.xml. Why?"