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

Commit 417e0de8 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊 Committed by Nishith Khanna
Browse files

base: Grant /e/ Drive storage permission

parent fe1f4a82
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -672,6 +672,11 @@ final class DefaultPermissionGrantPolicy {
                        DownloadManager.ACTION_VIEW_DOWNLOADS, userId),
                userId, STORAGE_PERMISSIONS);

        // /e/ Drive
        grantSystemFixedPermissionsToSystemPackage(pm,
                "foundation.e.drive", userId,
                STORAGE_PERMISSIONS);

        // Storage provider
        grantSystemFixedPermissionsToSystemPackage(pm,
                getDefaultProviderAuthorityPackage("com.android.externalstorage.documents", userId),