Revert "Android: Remove all storage permissions"

This reverts commit 1cef87e04878c4a5231e07d7e8b97d3d8a154d4b.

The build is still being rejected!
This commit is contained in:
Vishesh Handa
2021-12-06 17:46:18 +01:00
parent 7e3c992a30
commit e87c3f1380

View File

@ -12,6 +12,9 @@ SPDX-License-Identifier: Apache-2.0
<uses-permission android:name="com.android.vending.BILLING" /> <uses-permission android:name="com.android.vending.BILLING" />
<uses-feature android:name="android.hardware.camera" android:required="false" /> <uses-feature android:name="android.hardware.camera" android:required="false" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<application <application
tools:replace="android:label" tools:replace="android:label"
android:label="@string/app_name" android:label="@string/app_name"