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

Commit 3c813a7e 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

am: 264fd594

Change-Id: I8fd65434b9b5118f6060e7e12029fe3eaae370f2
parents 35cae7ef 264fd594
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);
    }