Bump version number

Update workflow file
This commit is contained in:
BinTianqi
2026-03-08 22:12:29 +08:00
parent f61286ba57
commit b050a4a1ad
11 changed files with 60 additions and 26 deletions

View File

@@ -101,7 +101,9 @@ pm set-user-restriction no_add_clone_profile 0
Some systems disable the feature of adding users in Android settings once a device owner is set.
You have to create users in OwnDroid. Or if you have root, run the above command in adb shell to remove that restriction.
## API
## For advanced users
### API
OwnDroid provides an Intent-based API. You need to set the API key in settings and enable the API. The numbers in brackets represent the minimum Android version required.
@@ -139,7 +141,9 @@ context.sendBroadcast(intent)
[Available user restrictions](https://developer.android.com/reference/android/os/UserManager#constants_1)
## Build
## For developers
### Build
You can use Gradle in command line to build OwnDroid.
```shell
@@ -150,6 +154,10 @@ You can use Gradle in command line to build OwnDroid.
```
(Use `./gradlew.bat` instead on Windows)
### Contribute
Please use the `dev` branch.
## License
[License.md](LICENSE.md)