You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a heads-up: This dummy accessibility service also works great as a workaround to disable the anti-falsing classifier on Android 12, where config_lockscreenAntiFalsingClassifierEnabled isn't available anymore. This makes swiping on the lock screen usable again. The "canPerformGesture" permission probably wouldn't be even necessary for that.
Just a heads-up: This dummy accessibility service also works great as a workaround to disable the anti-falsing classifier on Android 12, where
config_lockscreenAntiFalsingClassifierEnabled
isn't available anymore. This makes swiping on the lock screen usable again. The "canPerformGesture" permission probably wouldn't be even necessary for that.Here is why that works: https://github.com/aosp-mirror/platform_frameworks_base/blob/a41d3460117e3978c70ac386ea4328028b6cb8f3/packages/SystemUI/src/com/android/systemui/classifier/BrightLineFalsingManager.java#L333
The text was updated successfully, but these errors were encountered: