Android Question Check and Request Permission - Pause App Activity if Unused

scsjc

Well-Known Member
Licensed User
Longtime User
Can check and request permissions PAUSE APP ACTIVITY IF UNUSED




THANKS
 

scsjc

Well-Known Member
Licensed User
Longtime User
I'm not sure that I understand the question. The "pause app activity" feature means that the OS can disable unused apps and they will lose the permissions and will not show notifications. Until used again.
Within the screenshot, I show the option that appears in android 13.

If this option is enabled, when the device or application is not used, the application enters PAUSE mode and does not run.

i see this example to verify if the user enable/dissable hibernation and ask to change
https://developer.android.com/topic...on?hl=es-419#request-user-disable-hibernation
 
Upvote 0

scsjc

Well-Known Member
Licensed User
Longtime User
The app will run. It means that the permissions need to be granted again. This is exactly why we always need to use CheckAndRequest.
a ok, well an intent that calls this setting so that the user changes the option if it is enabled?
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…