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

Commit 3a777106 authored by Andrew Sapperstein's avatar Andrew Sapperstein Committed by android-build-merger
Browse files

Merge "Make accessibilityInversionEnabled public" into oc-dr1-dev

am: 3108a066

Change-Id: I13fa736dbb5d468381ea32e75c7a69f18edd546b
parents 93b3fe20 3108a066
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -111,7 +111,7 @@ public class AmbientDisplayConfiguration {
        return mContext.getResources().getString(R.string.config_dozeComponent);
    }

    private boolean accessibilityInversionEnabled(int user) {
    public boolean accessibilityInversionEnabled(int user) {
        return boolSettingDefaultOff(Settings.Secure.ACCESSIBILITY_DISPLAY_INVERSION_ENABLED, user);
    }