improve description of com.zfdang.touchhelper based on Readme

This commit is contained in:
Izzy 2022-05-18 20:33:47 +02:00
parent 8bd413a295
commit 7d473d2656
No known key found for this signature in database
GPG key ID: 5841AA5BBD64591E
3 changed files with 9 additions and 3 deletions

View file

@ -9,9 +9,6 @@ IssueTracker: https://github.com/zfdang/Android-Touch-Helper/issues
Donate: https://touchhelper.zfdang.com/#%E6%94%AF%E6%8C%81%E4%BD%9C%E8%80%85
AutoName: 开屏跳过
Summary: Skip app open ads
Description: Skip the app open ads with AccessibilityService. No Internet permission
required! No storage permission required! No privacy issue!
RepoType: git
Repo: https://github.com/zfdang/Android-Touch-Helper

View file

@ -0,0 +1,8 @@
Skip the app open ads with AccessibilityService. No Internet permission required! No storage permission required! No privacy issue!
The program can skip opening screen ads using three methods.
* <b>Keyword:</b> Find the button with the keyword in the application, and if the corresponding button is found, it will automatically click it for the user to skip the ad.
* <b>Specified controls of the application:</b> Automatically find the corresponding control when the application is working and click on it if found.
* <b>The specified position of the application:</b> Automatically clicks the corresponding area when the application works.

View file

@ -0,0 +1 @@
Skip opening-screen ads in apps