Skip to content

Commit

Permalink
update enable
Browse files Browse the repository at this point in the history
  • Loading branch information
zfdang committed Oct 23, 2020
1 parent 43e76f7 commit 442829e
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 17 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![Build_TouchHelper_APK](https://github.com/zfdang/Android-Touch-Helper/workflows/Build_TouchHelper_APK/badge.svg)


开屏跳过 - 安卓系统上的开屏广告自动跳过助手
开屏跳过 - 安卓系统的开屏广告自动跳过助手

"**开屏跳过**"可以帮助用户自动跳过一些应用的开屏广告,基于Android的无障碍服务实现,开源免广告!

Expand All @@ -13,11 +13,13 @@
2. 应用的指定控件。当应用工作时,自动查找对应的控件,如果找到则自动点击;
3. 应用的指定位置。当应用工作时,自动点击对应的区域。

具体信息请查看网站:
欢迎大家贡献想法和代码!

# 官方网站

[http://TouchHelper.zfdang.com](http://TouchHelper.zfdang.com)

[开屏跳过](http://TouchHelper.zfdang.com)

欢迎大家贡献想法和代码!



Expand Down
44 changes: 31 additions & 13 deletions docs/enable.md
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
Binary file added docs/power-optimization.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/task-lock.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 442829e

Please sign in to comment.