Alex Newman commited on
Update README.md
Browse files- puppet/README.md +8 -1
puppet/README.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
| 1 |
# Puppet Android App Readme
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
## Description
|
| 4 |
|
| 5 |
Puppet is an Android app that allows users to automate and control various actions on their device using an Accessibility Service. The app is designed to interact with the device's user interface, perform clicks, scroll, type, and execute custom intents based on the commands received from a remote server. Puppet is useful for automating repetitive tasks, testing applications, and more.
|
| 6 |
|
|
|
|
|
|
|
|
|
|
| 7 |
## Features
|
| 8 |
|
| 9 |
- **Accessibility Service:** Puppet uses an Accessibility Service to gain access to the device's user interface and perform various actions.
|
|
|
|
| 1 |
# Puppet Android App Readme
|
| 2 |
+
Checkout
|
| 3 |
+
- https://github.com/posix4e/puppet/blob/main/.github/workflows/android.yml
|
| 4 |
+
To understand tests or
|
| 5 |
+
- https://github.com/posix4e/puppet/blob/main/.github/workflows/release_ci.yml
|
| 6 |
+
To understand how to build an apk. This is where our releases are generated
|
| 7 |
## Description
|
| 8 |
|
| 9 |
Puppet is an Android app that allows users to automate and control various actions on their device using an Accessibility Service. The app is designed to interact with the device's user interface, perform clicks, scroll, type, and execute custom intents based on the commands received from a remote server. Puppet is useful for automating repetitive tasks, testing applications, and more.
|
| 10 |
|
| 11 |
+
## Development
|
| 12 |
+
|
| 13 |
+
|
| 14 |
## Features
|
| 15 |
|
| 16 |
- **Accessibility Service:** Puppet uses an Accessibility Service to gain access to the device's user interface and perform various actions.
|