Code Monkey home page Code Monkey logo

autoskip's Introduction

AutoSkip

一款基于Shizuku授权自动跳过工具

简介

本应用专注于帮助您跳过应用的启动广告/宣传页,相比于其他同类产品,本应用具有以下特点:

特点

  • 不需要您手动开启辅助功能
  • 支持开机自启
  • 不需要在通知栏显示通知以保持后台运行
  • 不需要刻意保活便可常驻后台
  • 省电且占用系统资源较少
  • 代码开源,安全可信

截图

pic_main pic_test

实现

利用Shizuku授予特权,使用安卓内置的 UiAutomation 框架用于目标识别和模拟点击。详见 AutomatorConnection.kt

构建

如果你想构建此项目,请将代码git clone到本地后,在Android Studio打开,并

  • 手动建立top.xjunz.automator.Constants.kt类,并在其中定义:
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,在其中配置自定义签名信息:
keystore.file=xxx
keystore.password=xxx
keystore.alias=xxx
keystore.keyPassword=xxx

License

本应用基于Apache-2.0 License开源,请在开源协议约束范围内使用源代码 | Copyright 2021 XJUNZ

autoskip's People

Contributors

ri-char avatar ryuunoakaihitomi avatar xjunz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.