We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcbf160 commit 4538880Copy full SHA for 4538880
README.md
@@ -20,7 +20,8 @@ To allow the library to show heads up notifications you must add the following l
20
21
```xml
22
<!-- receive calls when the app is in the background-->
23
- <uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
+ <uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
24
+ <uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
25
26
<application
27
...
0 commit comments