Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjunz/AutoSkip
基于Shizuku授权的安卓"自动跳过"工具
https://github.com/xjunz/AutoSkip
automation shizuku
Last synced: about 1 month ago
JSON representation
基于Shizuku授权的安卓"自动跳过"工具
- Host: GitHub
- URL: https://github.com/xjunz/AutoSkip
- Owner: xjunz
- License: apache-2.0
- Created: 2021-06-20T14:11:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-07T05:15:02.000Z (over 2 years ago)
- Last Synced: 2024-02-15T16:33:23.672Z (10 months ago)
- Topics: automation, shizuku
- Language: Kotlin
- Homepage:
- Size: 683 KB
- Stars: 831
- Watchers: 10
- Forks: 105
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoSkip
一款基于[Shizuku](https://github.com/RikkaApps/Shizuku)授权**自动跳过**工具
## 简介
本应用专注于帮助您跳过应用的启动广告/宣传页,相比于其他同类产品,本应用具有以下特点:
## 特点
- 不需要您手动开启辅助功能
- 支持开机自启
- 不需要在通知栏显示通知以保持后台运行
- 不需要刻意保活便可常驻后台
- 省电且占用系统资源较少
- 代码开源,安全可信## 截图
| | | | |
| ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |## 实现
利用Shizuku授予特权,使用安卓内置的 [UiAutomation](https://cs.android.com/android/platform/superproject/+/master:frameworks/base/core/java/android/app/UiAutomation.java)
框架用于目标识别和模拟点击。详见 [AutomatorConnection.kt](https://github.com/xjunz/AutoSkip/blob/master/automator/src/main/java/top/xjunz/automator/AutomatorConnection.kt)。## 构建
如果你想构建此项目,请将代码`git clone`到本地后,在**Android Studio**打开,并
- 手动建立`top.xjunz.automator.Constants.kt`类,并在其中定义:
```kotlin
const val ALIPAY_DONATE_URL ="xxx"
const val EMAIL_ADDRESS = "xxx"
const val APP_DOWNLOAD_URL = "xxx"
const val FEEDBACK_GROUP_URL = "xxx"
```- 在项目根目录下建立`sign.properties`,在其中配置自定义签名信息:
```properties
keystore.file=xxx
keystore.password=xxx
keystore.alias=xxx
keystore.keyPassword=xxx
```## License
> 本应用基于[Apache-2.0 License](https://github.com/xjunz/AutoSkip/blob/master/LICENSE)开源,请在开源协议约束范围内使用源代码 | **Copyright 2021 XJUNZ**
>