Skip to content

Commit

Permalink
fix(android): Remove USE_FULL_SCREEN_INTENT as the default permission (
Browse files Browse the repository at this point in the history
  • Loading branch information
exzos28 committed Jun 24, 2024
1 parent c9593cd commit 93aceba
Show file tree
Hide file tree
Showing 4 changed files with 1,806 additions and 1,552 deletions.
1 change: 0 additions & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.USE_FULL_SCREEN_INTENT" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.BROADCAST_CLOSE_SYSTEM_DIALOGS" android:maxSdkVersion="30" />
<!-- For Xiaomi devices to enable heads-up notifications as default (https://github.com/invertase/notifee/issues/296) -->
Expand Down
Loading

0 comments on commit 93aceba

Please sign in to comment.