Skip to content

Commit

Permalink
Merge pull request #1538 from TranceLove/bugfix/issue1537
Browse files Browse the repository at this point in the history
Add android.permission.FOREGROUND_SERVICE to AndroidManifest.xml
  • Loading branch information
EmmanuelMess committed Dec 5, 2018
1 parent 7a15a2b commit 9fc9a80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
<uses-permission android:name="com.amaze.cloud.permission.ACCESS_PROVIDER" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.REQUEST_INSTALL_PACKAGES" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

<uses-feature
android:name="android.hardware.touchscreen"
Expand Down

0 comments on commit 9fc9a80

Please sign in to comment.