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

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

Merge "High contrast mode is an experimental feature."

parents 04d0c04e 70237519
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import android.content.pm.PackageManager;
import android.content.pm.ServiceInfo;
import android.content.res.Resources;
import android.os.Binder;
import android.os.Build;
import android.os.Handler;
import android.os.IBinder;
import android.os.Looper;
@@ -183,7 +184,7 @@ public final class AccessibilityManager {

    boolean mIsTouchExplorationEnabled;

    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P, trackingBug = 123768939)
    boolean mIsHighTextContrastEnabled;

    AccessibilityPolicy mAccessibilityPolicy;