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

Commit 1afaaebb authored by Mohit Mali's avatar Mohit Mali
Browse files

Grant storage permission to launcher

parent cd0cb3d8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -860,6 +860,7 @@ public final class DefaultPermissionGrantPolicy {
        if(launcherPackage != null
        		&& doesPackageSupportRuntimePermissions(launcherPackage)){
        	grantRuntimePermissions(launcherPackage, LOCATION_PERMISSIONS, userId);
			grantRuntimePermissions(launcherPackage, STORAGE_PERMISSIONS, userId);
        }

        // NlpMozillaBackend