Skip to content

Commit

Permalink
Add missing permission
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkourlas committed Jun 12, 2017
1 parent 605357a commit 59067c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions voipms-sms/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<uses-permission android:name="android.permission.INTERNET" />

<!-- Sync scheduling -->
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />

<!-- Vibration when notification received -->
Expand Down

0 comments on commit 59067c0

Please sign in to comment.