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

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

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

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

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Idebdb5ee7a25eabc83e7d9486384bfc4877c90fa
parents 7a26ec19 e48c5194
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) {