Skip to content

Commit

Permalink
add android.permission.FOREGROUND_SERVICE
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Feb 11, 2019
1 parent ac44cd0 commit af756ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions owncloudApp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.USE_FINGERPRINT" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />

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

0 comments on commit af756ba

Please sign in to comment.