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

Commit d6a19dce 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

am: 3c813a7e

Change-Id: Id92ea087d269ad7af8655999f14dc44037cefa50
parents ac37e38d 3c813a7e
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);
    }