diff --git a/docs-react-native/react-native/docs/android/behaviour.md b/docs-react-native/react-native/docs/android/behaviour.md index a003feb2e..310a742ca 100644 --- a/docs-react-native/react-native/docs/android/behaviour.md +++ b/docs-react-native/react-native/docs/android/behaviour.md @@ -200,6 +200,12 @@ and, by adding `showWhenLocked` and `turnScreenOn` to your activity in android/a /> ``` +and, by adding the USE_FULL_SCREEN_INTENT permission in +android/app/src/main/AndroidManifest.xml: +```xml + +``` + > After making these changes, be sure to run `cd android` and `./gradlew clean`, then re-install the app. Running this code, Notifee will attempt to launch the activity when the notification is displayed.