Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53745829 authored by Ricky Wai's avatar Ricky Wai Committed by Android (Google) Code Review
Browse files

Merge "Remove unnecessary OS condition check"

parents 0c10c25e ab376456
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -138,8 +138,6 @@ public class RestrictedPreferenceHelper {
            return true;
        }
        if (mDisabledByAppOps) {
            Preconditions.checkState(Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU,
                    "Build SDK version needs >= T");
            RestrictedLockUtilsInternal.sendShowRestrictedSettingDialogIntent(mContext, packageName,
                    uid);
            return true;