Skip to content

Commit 8ac972d

Browse files
committed
Permissions added for AlarmManager
1 parent ada0702 commit 8ac972d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<uses-permission
77
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
88
android:maxSdkVersion="28" />
9+
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
10+
<uses-permission android:name="android.permission.WAKE_LOCK" />
11+
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
12+
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
913

1014
<uses-feature
1115
android:name="android.hardware.faketouch"

0 commit comments

Comments
 (0)