diff --git a/lineage/lib/main/java/org/lineageos/platform/internal/StyleInterfaceService.java b/lineage/lib/main/java/org/lineageos/platform/internal/StyleInterfaceService.java index 7d841218..6000891e 100644 --- a/lineage/lib/main/java/org/lineageos/platform/internal/StyleInterfaceService.java +++ b/lineage/lib/main/java/org/lineageos/platform/internal/StyleInterfaceService.java @@ -295,7 +295,6 @@ public class StyleInterfaceService extends LineageSystemService { @Override public int getGlobalStyle() { - enforceChangeStylePermission(); /* * We need to clear the caller's identity in order to * allow this method call to modify settings @@ -323,7 +322,6 @@ public class StyleInterfaceService extends LineageSystemService { @Override public String getAccent() { - enforceChangeStylePermission(); /* * We need to clear the caller's identity in order to * allow this method call to modify settings @@ -337,7 +335,6 @@ public class StyleInterfaceService extends LineageSystemService { @Override public Suggestion getSuggestion(Bitmap source, int[] colors) { - enforceChangeStylePermission(); /* * We need to clear the caller's identity in order to * allow this method call to modify settings @@ -351,7 +348,6 @@ public class StyleInterfaceService extends LineageSystemService { @Override public List getTrustedAccents() { - enforceChangeStylePermission(); /* * We need to clear the caller's identity in order to * allow this method call to modify settings