mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Optimize code
Pop a toast instead of crash when creating user failed Add popToast function Update READMEs
This commit is contained in:
12
Readme-en.md
12
Readme-en.md
@@ -57,7 +57,7 @@ Solutions:
|
||||
> [!NOTE]
|
||||
> Some systems have features such as app cloning and children space, which are usually users.
|
||||
|
||||
### MIUI
|
||||
### MIUI & HyperOS
|
||||
|
||||
```text
|
||||
java.lang.SecurityException: Neither user 2000 nor current process has android.permission.MANAGE_DEVICE_ADMINS.
|
||||
@@ -65,7 +65,7 @@ java.lang.SecurityException: Neither user 2000 nor current process has android.p
|
||||
|
||||
Solutions:
|
||||
- Enable `USB debugging (Security setting)` in developer options.
|
||||
- Execute activating command in root shell.
|
||||
- Or execute activating command in root shell.
|
||||
|
||||
### ColorOS
|
||||
|
||||
@@ -75,6 +75,14 @@ java.lang.IllegalStateException: Unexpected @ProvisioningPreCondition
|
||||
|
||||
Solution: Use OwnDroid testkey version
|
||||
|
||||
### Samsung
|
||||
|
||||
```text
|
||||
user limit reached
|
||||
```
|
||||
|
||||
Samsung restricts Android's multiple users feature. There is currently no solution.
|
||||
|
||||
## API
|
||||
|
||||
| ID | Extras | Minimum Android version |
|
||||
|
||||
Reference in New Issue
Block a user