Merge "Flag cleanup: keyboard_a11y_(bounce/slow/sticky)_keys_flag" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
9dc7367909
@@ -53,13 +53,6 @@ public class KeyboardAccessibilityBounceKeysController extends
|
||||
mPrimaryPreference = screen.findPreference(getPreferenceKey());
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getAvailabilityStatus() {
|
||||
return (super.getAvailabilityStatus() == AVAILABLE)
|
||||
&& InputSettings.isAccessibilityBounceKeysFeatureEnabled() ? AVAILABLE
|
||||
: UNSUPPORTED_ON_DEVICE;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean handlePreferenceTreeClick(@NonNull Preference preference) {
|
||||
if (!TextUtils.equals(preference.getKey(), getPreferenceKey())
|
||||
|
||||
Reference in New Issue
Block a user