Skip to content

Commit ee325ee

Browse files
Adds permission to example AndroidManifest
1 parent 0de5087 commit ee325ee

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

permission_handler_android/example/android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,8 @@
9696
<!-- Permissions options for the `alarm` group -->
9797
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
9898

99+
<!-- Permissions options for the `use full screen intent` group -->
100+
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
99101

100102
<application
101103
android:name="${applicationName}"

0 commit comments

Comments
 (0)