Skip to content

Commit

Permalink
Remove legacy permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Jan 30, 2025
1 parent ff456af commit b534c4d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@
xmlns:tools="http://schemas.android.com/tools"
android:installLocation="auto">

<!-- Legacy Permission -->
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" android:maxSdkVersion="32" />
<uses-permission
android:name="android.permission.WRITE_EXTERNAL_STORAGE"
android:maxSdkVersion="28"
tools:ignore="ScopedStorage" />

<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" tools:node="remove"/>

<application
Expand Down

0 comments on commit b534c4d

Please sign in to comment.