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

Commit e48c5194 authored by Mathew Inwood's avatar Mathew Inwood Committed by Automerger Merge Worker
Browse files

Merge "Derestrict Resources.getDisplayAdjustments()." am: ea01ff86

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1541667

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If2068d4d13671f8431627c1edbd8814d590b96ad
parents 6feb97a9 ea01ff86
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) {