Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 902b3d65 authored by c_jyuan's avatar c_jyuan Committed by Linux Build Service Account
Browse files

Add missing STORAGE_INTERNAL permission for BackupRestoreConfirmation

BackupRestoreConfirmation acitivity does not show 'allow' button, because
'getPasswordType' func check "Manifest.permission.STORAGE_INTERNAL",
so add missing STORAGE_INTERNAL permission.

Change-Id: Ica631b7edd2529e52d6661cef6ee6e468f1f38ed
parent d8443803
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@

    <uses-permission android:name="android.permission.BACKUP" />
    <uses-permission android:name="android.permission.CRYPT_KEEPER" />
    <uses-permission android:name="android.permission.STORAGE_INTERNAL"/>

    <application android:allowClearUserData="false"
                 android:allowBackup="false"