diff --git a/src/biz/bokhorst/xprivacy/PrivacyManager.java b/src/biz/bokhorst/xprivacy/PrivacyManager.java index 3e731d12a..b6a1facb7 100644 --- a/src/biz/bokhorst/xprivacy/PrivacyManager.java +++ b/src/biz/bokhorst/xprivacy/PrivacyManager.java @@ -465,10 +465,8 @@ public static boolean canRestrict(int uid, int xuid, String restrictionName, Str if (_uid == Process.SYSTEM_UID) { if (PrivacyManager.cIdentification.equals(restrictionName)) return false; - if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.LOLLIPOP) { - if (PrivacyManager.cShell.equals(restrictionName) && "loadLibrary".equals(methodName)) - return false; - } + if (PrivacyManager.cShell.equals(restrictionName) && "loadLibrary".equals(methodName)) + return false; } if (system)