Skip to content

Commit 4538880

Browse files
doc: add need for USE_FULL_SCREEN_INTENT
1 parent fcbf160 commit 4538880

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ To allow the library to show heads up notifications you must add the following l
2020

2121
```xml
2222
<!-- receive calls when the app is in the background-->
23-
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
23+
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
24+
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
2425

2526
<application
2627
...

0 commit comments

Comments
 (0)