-
Notifications
You must be signed in to change notification settings - Fork 17
Android 14 Full screen Intent Notifications
Starting from Android 14, Google checks if applications are allowed to use the USE_FULL_SCREEN_INTENT
permission and possibly revokes the permission. More information can be found on official Android documentation.
The InfobipRtcUi library uses Full-screen intent notifications for incoming calls. We recommend to check if your application has the permission. You can use the new API NotificationManager.canUseFullScreenIntent
to check if your app has
the permission; if not, your app can use the new intent ACTION_MANAGE_APP_USE_FULL_SCREEN_INTENT
to launch the settings page where users can grant the permission.
Without
USE_FULL_SCREEN_INTENT
permission, normal intent is used for incoming call notification, what can lead to missing a call if the phone is locked.
If you have any questions or suggestions, feel free to send an email to [email protected] or create an issue.
- Library events
- Server errors
- Users and installations
- Messages and notifications management
- Inbox
Geofencing API- DEPRECATED- Android Manifest components
- Privacy settings
- In-app chat
- Infobip RTC calls and UI
- Backup rules