Loading data/etc/platform.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading services/core/java/com/android/server/pm/DefaultPermissionGrantPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
data/etc/platform.xml +2 −2 Original line number Diff line number Diff line Loading @@ -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" /> Loading
services/core/java/com/android/server/pm/DefaultPermissionGrantPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); Loading