Remove usage of MANAGE_EXTERNAL_STORAGE from Play Store builds

This commit is contained in:
Yasan Glass
2025-06-22 16:37:58 +02:00
committed by GitHub
parent 07d73efd72
commit 5dd637ecbd
7 changed files with 33 additions and 3 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
</manifest>