Loading data/etc/platform.xml +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ <!-- /e/ default app --> <allow-in-power-save package="com.google.android.gms" /> <allow-in-power-save package="io.eelo.mail" /> <allow-in-power-save package="foundation.e.mail" /> <!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. --> Loading services/core/java/com/android/server/pm/DefaultPermissionGrantPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,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 +1 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,7 @@ <!-- /e/ default app --> <allow-in-power-save package="com.google.android.gms" /> <allow-in-power-save package="io.eelo.mail" /> <allow-in-power-save package="foundation.e.mail" /> <!-- These are the standard packages that are white-listed to always have internet access while in power save mode, even if they aren't in the foreground. --> Loading
services/core/java/com/android/server/pm/DefaultPermissionGrantPolicy.java +1 −1 Original line number Diff line number Diff line Loading @@ -374,7 +374,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