mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Bump version number
Update workflow file
This commit is contained in:
12
Readme.md
12
Readme.md
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user