Android Question Android permission after reinstall application

mirekk36

Member
Licensed User
Longtime User
My question is ...

I have my application, with added some android permissions, for example for SMS, Contacts etc... if I install first time my app on phone all work's ok ... so I have info that my app need (here is displayed list with needed) permissions. OK

Then I uninstall my app - remove from android

After I install it again ... there isn't question that application needs perrmisions. It's more bad, because application will be installed and if I go into Android Settings/Applications/... go into my app into theier permissions - and all of them are visible but are switched OFF. I have to manually swith them ON.

Why ? It's normal situation ? If not what I do wrong ? how to do that on every new reinstallation - android ask me about permissions that are in manifest in my application?
 

DonManfred

Expert
Licensed User
Longtime User
See Runtimepermission tutorial.
 
Upvote 0
Top