Skip to content

Commit 45a2451

Browse files
authored
fix(storage): Remove unused foreground service permission (#2877)
1 parent b832600 commit 45a2451

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

aws-storage-s3/src/main/AndroidManifest.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,5 @@
1616

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

0 commit comments

Comments
 (0)