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
This is related to how AccessibilityServices are killed by battery optimizations added by phone manufacturers
Temporary quick-fix: Force stop FGA or restart your phone.
If the following steps don't work, you'll have to live with it. There's nothing much I can do to help you with that.
There are 2 ways to solve this:
1. Respecting your battery saver (Recommended)
A running AccessibilityService gets bugged when the containing app is killed either by the system or when the user swipes it away from the recent apps list.
To solve this, you only need to make sure that the AccessibilityService is turned OFF every time you're done using the app.
There is a button on the main screen in the app to assist in this. Whenever you want to use the app, you'll have to turn ON the AccessibilityService again from the system settings.
Some devices have Accessibility gestures for turning ON/OFF AccessibilityServices. You might be able to configure one for FGA if your device supports it so that you don't have to go to the system settings every time.
2. Circumventing your battery saver
This is not always possible but is more convenient due to not having to start Accessibility every time you want to use the app.
Xiaomi fix for accessibility service stopping when closing the app: also enable permissions for FGA in settings -> apps permissions -> background autostart.
This is related to how AccessibilityServices are killed by battery optimizations added by phone manufacturers
Temporary quick-fix: Force stop FGA or restart your phone.
There are 2 ways to solve this:
1. Respecting your battery saver (Recommended)
A running AccessibilityService gets bugged when the containing app is killed either by the system or when the user swipes it away from the recent apps list.
To solve this, you only need to make sure that the AccessibilityService is turned OFF every time you're done using the app.
There is a button on the main screen in the app to assist in this. Whenever you want to use the app, you'll have to turn ON the AccessibilityService again from the system settings.
Some devices have Accessibility gestures for turning ON/OFF AccessibilityServices. You might be able to configure one for FGA if your device supports it so that you don't have to go to the system settings every time.
2. Circumventing your battery saver
This is not always possible but is more convenient due to not having to start Accessibility every time you want to use the app.
These are the steps you need to follow afterwards and anytime in future you face the problem again:
The text was updated successfully, but these errors were encountered: