Skip to content

Commit 7747606

Browse files
committed
added a permission for notification
1 parent f3a6f1e commit 7747606

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
2323
<!-- Required for scheduling local notifications -->
2424
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM" />
25-
25+
<uses-permission android:name="android.permission.USE_EXACT_ALARM" />
2626
<!-- If this app uses ads, remove 'tools:node="remove"' to enable ad ID access. -->
2727
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
2828

0 commit comments

Comments
 (0)