mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-23 06:07:28 +00:00
improve description of com.zfdang.touchhelper based on Readme
This commit is contained in:
parent
8bd413a295
commit
7d473d2656
3 changed files with 9 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
8
metadata/com.zfdang.touchhelper/en-US/description.txt
Normal file
8
metadata/com.zfdang.touchhelper/en-US/description.txt
Normal 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.
|
||||
|
||||
1
metadata/com.zfdang.touchhelper/en-US/summary.txt
Normal file
1
metadata/com.zfdang.touchhelper/en-US/summary.txt
Normal file
|
|
@ -0,0 +1 @@
|
|||
Skip opening-screen ads in apps
|
||||
Loading…
Reference in a new issue