You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently have requestFullIntentPermission function that use ACTION_MANAGE_APP_USE_FULL_SCREEN_INTENT to launch the Manage full screen intents settings. However, it would be good to also implement NotificationManager#canUseFullScreenIntent(). So, we could only call requestFullIntentPermission function when canUseFullScreenIntent function returns false.
The text was updated successfully, but these errors were encountered:
We currently have
requestFullIntentPermission
function that useACTION_MANAGE_APP_USE_FULL_SCREEN_INTENT
to launch the Manage full screen intents settings. However, it would be good to also implementNotificationManager#canUseFullScreenIntent()
. So, we could only callrequestFullIntentPermission
function whencanUseFullScreenIntent
function returnsfalse
.The text was updated successfully, but these errors were encountered: