-
Notifications
You must be signed in to change notification settings - Fork 510
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
37 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,41 @@ | ||
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. | ||
# 1. 在无障碍设置里开启本服务 | ||
|
||
# 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). | ||
安卓系统的Accessibility功能,可能会被翻译成”无障碍",或者“辅助功能”等。 | ||
|
||
# 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. | ||
需要在系统设置里,启用“开屏跳过"服务。 | ||
|
||
### 步骤1 | ||
|
||
![无障碍-1](enable_accessibility-1.jpeg) | ||
|
||
### 步骤2 | ||
|
||
![无障碍-2](enable_accessibility-2.jpeg) | ||
|
||
Haven't installed a device cleaner or task manager? Go ahead and proceed to the next step! | ||
### 步骤3 | ||
|
||
![无障碍-2](enable_accessibility-3.jpeg) | ||
|
||
|
||
# 2. 在电源优化里选择不优化本程序 | ||
|
||
# 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 | ||
|
||
![电源优化](power-optimization.jpeg) | ||
|
||
# 3. 在任务管理或者后台清理程序里豁免本程序 | ||
|
||
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. | ||
|
||
![豁免本程序](task-lock.jpeg) | ||
|
||
|
||
|
||
|
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.