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

Commit 560c0462 authored by Romain Hunault's avatar Romain Hunault Committed by Romain Hunault
Browse files

Update package name

parent ed0ef3d4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -186,8 +186,8 @@

    <!-- /e/ default app -->
    <allow-in-power-save package="com.google.android.gms" />
    <allow-in-power-save package="at.bitfire.davdroid" />
    <allow-in-power-save package="io.eelo.mail" />
    <allow-in-power-save package="foundation.e.accountmanager" />
    <allow-in-power-save package="foundation.e.mail" />

    <!-- These are the packages that are white-listed to be able to run as system user -->
    <system-user-whitelisted-app package="com.android.settings" />
+1 −1
Original line number Diff line number Diff line
@@ -392,7 +392,7 @@ final class DefaultPermissionGrantPolicy {
            }

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