Android Question save permission after update

Lakhtin_V

Active Member
Licensed User
Longtime User
After updating the applications from Google Play, does the user need to re-install the permissions?
 

Lakhtin_V

Active Member
Licensed User
Longtime User
I plan that users will do periodic updates from Google Play. For my users will be need to activate the permission every time? For example, they allowed CALL_PHONE, after updating, this permission will be preserved or not?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
If you call Checkandrequest and the permission is already granted by the user in the past then you´ll get the result-event right after the call (with a true result) if i remember correctly.
You remember correctly.

For my users will be need to activate the permission every time?
No. Permissions are preserved during updates.
 
Upvote 0

Lakhtin_V

Active Member
Licensed User
Longtime User
If the permission is activated, then in all subsequent updates it will be active. Correctly? I repeat because my English is terrible. This will be true also for the general permissions, for example CALL_PHONE. I right?
 
Upvote 0

Similar Threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…