Giter Club home page Giter Club logo

autotask's Introduction

AutoTask

一款支持Shizuku和辅助功能的自动任务工具,点击下载体验最新版

简介

本应用专注于帮助您执行自动任务,相比于其他同类产品,本应用具有以下特点:

  • 支持多种启动模式(Shizuku和辅助功能)
  • 支持自定义常驻任务任务和一次性任务
  • 支持手势录制,审查布局树等
  • 不需要刻意保活便可常驻后台(两种模式默认系统保活)
  • 省电且占用系统资源较少(事件驱动+协程,执行长时间任务也不阻塞CPU)
  • 代码开源,安全可信
  • Material 3 风格UI,实用美观

截图

pic_main pic_test

实现

Shizuku模式

利用Shizuku授予特权,使用安卓内置的 UiAutomation框架用于任务执行,详见 ShizukuAutomatorService

**注: **因为安卓系统只能注册一个UiAutomation服务,所以当自动任务服务激活时,其他UiAutomation会注册失败。如果您有需要(如自动化测试、Thanox),请先停止自动任务服务。反之亦然。

辅助功能模式

使用辅助功能自带的API框架用于实现任务执行,详见A11yAutomatorService

构建

如果你想构建此项目,请将代码git clone到本地后,在Android Studio打开,并在项目根目录下建立local.properties(如果不存在的话),在其中配置自定义签名信息:

storeFile=xxx
storePassword=xxx
keyAlias=xxx
keyPassword=xxx

注意事项

本项目仅供学习交流使用,禁止用于商业用途或非法用途!

License

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

Copyright 2023 XJUNZ

autotask's People

Contributors

xjunz avatar

Stargazers

Thái V 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.