From 7d473d26566277534dd6d69433c5e1b570ab4413 Mon Sep 17 00:00:00 2001 From: Izzy Date: Wed, 18 May 2022 20:33:47 +0200 Subject: [PATCH] improve description of com.zfdang.touchhelper based on Readme --- metadata/com.zfdang.touchhelper.yml | 3 --- metadata/com.zfdang.touchhelper/en-US/description.txt | 8 ++++++++ metadata/com.zfdang.touchhelper/en-US/summary.txt | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 metadata/com.zfdang.touchhelper/en-US/description.txt create mode 100644 metadata/com.zfdang.touchhelper/en-US/summary.txt diff --git a/metadata/com.zfdang.touchhelper.yml b/metadata/com.zfdang.touchhelper.yml index ea2b3163d6..c6d489a2ed 100644 --- a/metadata/com.zfdang.touchhelper.yml +++ b/metadata/com.zfdang.touchhelper.yml @@ -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 diff --git a/metadata/com.zfdang.touchhelper/en-US/description.txt b/metadata/com.zfdang.touchhelper/en-US/description.txt new file mode 100644 index 0000000000..60d4e13886 --- /dev/null +++ b/metadata/com.zfdang.touchhelper/en-US/description.txt @@ -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. + +* Keyword: 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. +* Specified controls of the application: Automatically find the corresponding control when the application is working and click on it if found. +* The specified position of the application: Automatically clicks the corresponding area when the application works. + diff --git a/metadata/com.zfdang.touchhelper/en-US/summary.txt b/metadata/com.zfdang.touchhelper/en-US/summary.txt new file mode 100644 index 0000000000..54eea7747e --- /dev/null +++ b/metadata/com.zfdang.touchhelper/en-US/summary.txt @@ -0,0 +1 @@ +Skip opening-screen ads in apps \ No newline at end of file