Skip to content

Commit

Permalink
fix(android): SCHEDULE_EXACT_ALARM
Browse files Browse the repository at this point in the history
  • Loading branch information
tangimds committed Jun 2, 2022
1 parent 5a39b61 commit 9b15be9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
<uses-permission android:name="android.permission.SCHEDULE_EXACT_ALARM"/>

<application
android:name=".MainApplication"
Expand Down

0 comments on commit 9b15be9

Please sign in to comment.