mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-08-06 15:21:21 +08:00
Revert "Android: Remove all storage permissions"
This reverts commit 1cef87e04878c4a5231e07d7e8b97d3d8a154d4b. The build is still being rejected!
This commit is contained in:
@ -12,6 +12,9 @@ SPDX-License-Identifier: Apache-2.0
|
||||
<uses-permission android:name="com.android.vending.BILLING" />
|
||||
<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
|
||||
tools:replace="android:label"
|
||||
android:label="@string/app_name"
|
||||
|
Reference in New Issue
Block a user