Skip to content

Commit

Permalink
doc: add need for USE_FULL_SCREEN_INTENT
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomoscon committed Dec 29, 2020
1 parent fcbf160 commit 4538880
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ To allow the library to show heads up notifications you must add the following l

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

<application
...
Expand Down

0 comments on commit 4538880

Please sign in to comment.