Skip to content

Commit

Permalink
fix(alarm): remove ´USE_EXACT_ALARM´ for Android devices
Browse files Browse the repository at this point in the history
  • Loading branch information
vareversat committed Feb 3, 2024
1 parent fe975df commit 167ce8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.POST_NOTIFICATIONS" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />


<queries>
Expand Down

0 comments on commit 167ce8f

Please sign in to comment.