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.
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.
Private Sub OpenAppSettingsPage Dim in As Intent in.Initialize("android.settings.APPLICATION_DETAILS_SETTINGS", "package:" & Application.PackageName) Try StartActivity(in) Catch Log(LastException) ToastMessageShow("Failed to open settings app", True)...