Skip to content

Commit

Permalink
fix(storage): Remove unused foreground service permission (#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcreaser authored Jul 23, 2024
1 parent b832600 commit 45a2451
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions aws-storage-s3/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,5 @@

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.amplifyframework.storage.s3" >
<!-- Permission will be merged into the manifest of the hosting app. -->
<!-- Is required to launch foreground transfer service for targetSdkVersion 28+. -->
<uses-permission android:name="android.permission.FOREGROUND_SERVICE"/>
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
</manifest>
</manifest>

0 comments on commit 45a2451

Please sign in to comment.