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
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_lockscreenAntiFalsingClassifierEnabledisn'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