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

Commit ea01ff86 authored by Mathew Inwood's avatar Mathew Inwood Committed by Gerrit Code Review
Browse files

Merge "Derestrict Resources.getDisplayAdjustments()."

parents 60dfb880 d9770ab9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2057,7 +2057,7 @@ public class Resources {
    }

    /** @hide */
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.R, trackingBug = 170729553)
    @UnsupportedAppUsage(trackingBug = 176190631)
    public DisplayAdjustments getDisplayAdjustments() {
        final DisplayAdjustments overrideDisplayAdjustments = mOverrideDisplayAdjustments;
        if (overrideDisplayAdjustments != null) {