Skip to content

Commit

Permalink
Added SCHEDULE_EXACT_ALARM permission to allow calling alarmManager.s…
Browse files Browse the repository at this point in the history
…etExactAndAllowWhileIdle for API 33+
  • Loading branch information
NetLagina committed Sep 15, 2023
1 parent 1878d70 commit 67dbc46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
tools:ignore="MockLocation,ProtectedPermissions" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />

<application
android:allowBackup="true"
Expand Down

0 comments on commit 67dbc46

Please sign in to comment.