Skip to content

Commit 44f2dd8

Browse files
committed
disable exact alarm
1 parent 5e40179 commit 44f2dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<uses-permission android:name="android.permission.QUERY_ALL_PACKAGES" />
1515

1616
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
17-
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
17+
<!-- <uses-permission android:name="android.permission.USE_EXACT_ALARM" /> -->
1818

1919
<application
2020
android:name=".LanternApp"

0 commit comments

Comments
 (0)