Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Oct 23, 2020
2 parents 69262a0 + aff8703 commit af079a2
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
theme: jekyll-theme-architect
theme: jekyll-theme-tactile
23 changes: 23 additions & 0 deletions docs/enable.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
While not wide-spread, some Android devices experience issues where the Accessibility services that allow apps to "talk" to each other in the background keeps shutting off intermittently.

This is a bug within Android itself and impacts any apps that use Accessibility services to perform specialized tasks - not just Accountable2You.
So while we can’t fix the bug in Android’s code, if you have one of the affected devices and have noticed that Accountable2You accessibility occasionally disables itself, the solution below typically fixes the problem.


Solution: Allow Accountable2You to run in the background without battery restrictions
If your Android device is disabling Accessibility services, it is most likely the result of an overly-eager battery saver functionality built into the device. To remedy this, we’ll need to prevent Android from closing Accountable2You in the background.

# Step 1: Reenable Accessibility services on your device
On your device, open Settings > Accessibility
Scroll until you find Accountable2You. Tap on Accountable2You
Toggle Accessibility to Off and then On again (it may show as on but be disabled).

# Step 2: Create an exclusion within your task manager or cleaner app
If you've installed a third-party app to clean your phone or stop running background processes, you'll need to make an exclusion for Accountable2You. Contact the support team for that specific app to receive guidance on how to create an app exclusion.

Haven't installed a device cleaner or task manager? Go ahead and proceed to the next step!

# Step 3: Turn off battery optimization for Accountable2You
Changing the battery optimization settings varies between each device, so we've written this guide that covers how to do this for most models:

Disable Android's Battery Optimization for Accountable2You
24 changes: 1 addition & 23 deletions docs/settings.md
Original file line number Diff line number Diff line change
@@ -1,23 +1 @@
While not wide-spread, some Android devices experience issues where the Accessibility services that allow apps to "talk" to each other in the background keeps shutting off intermittently.

This is a bug within Android itself and impacts any apps that use Accessibility services to perform specialized tasks - not just Accountable2You.
So while we can’t fix the bug in Android’s code, if you have one of the affected devices and have noticed that Accountable2You accessibility occasionally disables itself, the solution below typically fixes the problem.


Solution: Allow Accountable2You to run in the background without battery restrictions
If your Android device is disabling Accessibility services, it is most likely the result of an overly-eager battery saver functionality built into the device. To remedy this, we’ll need to prevent Android from closing Accountable2You in the background.

# Step 1: Reenable Accessibility services on your device
On your device, open Settings > Accessibility
Scroll until you find Accountable2You. Tap on Accountable2You
Toggle Accessibility to Off and then On again (it may show as on but be disabled).

# Step 2: Create an exclusion within your task manager or cleaner app
If you've installed a third-party app to clean your phone or stop running background processes, you'll need to make an exclusion for Accountable2You. Contact the support team for that specific app to receive guidance on how to create an app exclusion.

Haven't installed a device cleaner or task manager? Go ahead and proceed to the next step!

# Step 3: Turn off battery optimization for Accountable2You
Changing the battery optimization settings varies between each device, so we've written this guide that covers how to do this for most models:

Disable Android's Battery Optimization for Accountable2You
除了采用关键字外,我们可以为特定应用指定目标控件,或者目标区域。当应用运行时,“开屏助手”可以帮助用户自动点击对应的控件或者区域。

0 comments on commit af079a2

Please sign in to comment.