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

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

Merge "Restrict usage of AccessibilityManager::mIsEnabled after P"

parents 89fdef81 6689e620
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -174,7 +174,7 @@ public final class AccessibilityManager {

    final Handler.Callback mCallback;

    @UnsupportedAppUsage
    @UnsupportedAppUsage(maxTargetSdk = Build.VERSION_CODES.P)
    boolean mIsEnabled;

    int mRelevantEventTypes = AccessibilityEvent.TYPES_ALL_MASK;