Loading src/com/android/packageinstaller/permission/utils/Utils.java +2 −4 Original line number Diff line number Diff line Loading @@ -79,8 +79,7 @@ public class Utils { public static boolean shouldShowPermission(AppPermissionGroup group) { // We currently will not show permissions fixed by the system. // which is what the system does for system components. if (group.isSystemFixed() && !Manifest.permission_group.LOCATION.equals(group.getName())) { if (group.isSystemFixed()) { return false; } Loading @@ -103,8 +102,7 @@ public class Utils { public static boolean shouldShowPermission(PermissionApp app) { // We currently will not show permissions fixed by the system // which is what the system does for system components. if (app.isSystemFixed() && !Manifest.permission_group.LOCATION.equals(app.getPermissionGroup().getName())) { if (app.isSystemFixed()) { return false; } Loading Loading
src/com/android/packageinstaller/permission/utils/Utils.java +2 −4 Original line number Diff line number Diff line Loading @@ -79,8 +79,7 @@ public class Utils { public static boolean shouldShowPermission(AppPermissionGroup group) { // We currently will not show permissions fixed by the system. // which is what the system does for system components. if (group.isSystemFixed() && !Manifest.permission_group.LOCATION.equals(group.getName())) { if (group.isSystemFixed()) { return false; } Loading @@ -103,8 +102,7 @@ public class Utils { public static boolean shouldShowPermission(PermissionApp app) { // We currently will not show permissions fixed by the system // which is what the system does for system components. if (app.isSystemFixed() && !Manifest.permission_group.LOCATION.equals(app.getPermissionGroup().getName())) { if (app.isSystemFixed()) { return false; } Loading