Skip to content

Commit 3063ae4

Browse files
committed
docs(android): note apps must now manually add USE_FULL_SCREEN_INTENT if needed
doc change related to #1054
1 parent 5031a09 commit 3063ae4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs-react-native/react-native/docs/android/behaviour.md

+6
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,12 @@ and, by adding `showWhenLocked` and `turnScreenOn` to your activity in android/a
200200
/>
201201
```
202202

203+
and, by adding the USE_FULL_SCREEN_INTENT permission in
204+
android/app/src/main/AndroidManifest.xml:
205+
```xml
206+
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT">
207+
```
208+
203209
> After making these changes, be sure to run `cd android` and `./gradlew clean`, then re-install the app.
204210
205211
Running this code, Notifee will attempt to launch the activity when the notification is displayed.

0 commit comments

Comments
 (0)