Skip to content

Commit

Permalink
Merge pull request #63 from NetLagina/alarm_manager_api_33_permission
Browse files Browse the repository at this point in the history
Added SCHEDULE_EXACT_ALARM permission to allow calling alarmManager.setExactAndAllowWhileIdle API 33+
  • Loading branch information
mcastillof authored Jan 21, 2024
2 parents 9bf9ef4 + 67dbc46 commit 91368c8
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 91368c8

Please sign in to comment.