- Permissions removed (Not required - app only uses internal storage)

This commit is contained in:
2023-08-30 15:29:07 +01:00
parent 7080bf3913
commit bafc9c8a7e
8 changed files with 88 additions and 168 deletions

View File

@@ -3,9 +3,6 @@
xmlns:tools="http://schemas.android.com/tools"
package="com.appttude.h_mal.farmr">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:name=".di.ShiftApplication"
android:allowBackup="true"