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

Commit 3108a066 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 4cef646e 5a71a0f5
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);
    }