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

Commit 8415767e authored by Amit Kumar's avatar Amit Kumar
Browse files

Grant location permission to BlissLauncher

Change-Id: I5f8317ad5124e4e7c5ca2a305ddbcacb5cb177ed
parent ef5e4de0
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -373,6 +373,14 @@ final class DefaultPermissionGrantPolicy {
                }
            }

            // Launcher
            PackageParser.Package launcherPackage = getSystemPackageLPr("org.indin.blisslaunchero");
            if(launcherPackage != null
            		&& doesPackageSupportRuntimePermissions(launcherPackage)){
            	grantRuntimePermissionsLPw(launcherPackage, LOCATION_PERMISSIONS, userId);
            }


            // Sim call manager
            if (simCallManagerPackageNames != null) {
                for (String simCallManagerPackageName : simCallManagerPackageNames) {