mirror of
https://github.com/awfixers-stuff/OwnDroid.git
synced 2026-03-23 11:05:59 +00:00
Bugfix and new APIs
Fix permitted accessibility services and permitted ime, close #165 New APIs, close #166 Optimize shortcuts creation, add ShortcutUtils
This commit is contained in:
@@ -91,6 +91,8 @@ user limit reached
|
||||
|
||||
## API
|
||||
|
||||
OwnDroid提供了一个基于Intent和BroadcastReceiver的API。
|
||||
|
||||
| ID | Extra | 最小安卓版本 |
|
||||
|--------------------------|------------------------|:------:|
|
||||
| `HIDE` | `package` | |
|
||||
@@ -102,6 +104,10 @@ user limit reached
|
||||
| `SET_PERMISSION_DEFAULT` | `package` `permission` | 6 |
|
||||
| `SET_PERMISSION_GRANTED` | `package` `permission` | 6 |
|
||||
| `SET_PERMISSION_DENIED` | `package` `permission` | 6 |
|
||||
| `SET_CAMERA_DISABLED` | | |
|
||||
| `SET_CAMERA_ENABLED` | | |
|
||||
| `SET_USB_DISABLED` | | 12 |
|
||||
| `SET_USB_ENABLED` | | 12 |
|
||||
| `LOCK` | | |
|
||||
| `REBOOT` | | 7 |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user