Skip to content

Commit

Permalink
fix: removed WRITE_EXTERNAL_STORAGE permission to comply with Google …
Browse files Browse the repository at this point in the history
  • Loading branch information
keiferstone authored Apr 27, 2021
1 parent 7621d19 commit d920132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions examples/app/demoapp/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.gotev.uploadservicedemo">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />

<application
android:name=".App"
android:allowBackup="true"
Expand Down
1 change: 0 additions & 1 deletion uploadservice/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="net.gotev.uploadservice">

<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit d920132

Please sign in to comment.