API Reference
/- Cloud Phones
- Open API
/
Enable app ROOT
Enable ROOT permission for a specific app package on a single cloud phone.
Security
Authorization
POST
curl -i -X POST \
https://api.MoreLogin.com/cloudphone/app/openRoot \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"id": 12345678,
"packageNames": [
"com.test"
]
}'Response
{ "code": 0, "data": {}, "msg": "string" }