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

Commit 116006a4 authored by Romain Hunault's avatar Romain Hunault 🚴🏻
Browse files

Merge branch 'launcher-storage-permission' into 'v1-pie-sprint_freetown'

Grant storage permission to launcher

See merge request e/os/android_frameworks_base!40
parents cd0cb3d8 1afaaebb
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