I found an issue with the Accessibility Service backend.
When Accessibility Service is selected as the Backend Implementation, interacting with a notification or the status bar causes the app to lock again once you focus back on it.
Steps to reproduce:
- Set Backend Implementation to Accessibility Service
- Open a locked app and unlock it
- Swipe away or interact with a notification, or pull down and use the top status bar
- Tap back into the app
Result:
As soon as the app regains focus, the lock screen shows again even though the app was never actually left.
Expected:
The lock should only trigger when fully leaving and reopening the app, not after briefly interacting with notifications.
This happens consistently when using the Accessibility Service backend.