Tài liệu tham khảo API
/- Điện thoại đám mây
- API mở
/
Đặt Ẩn ứng dụng Trợ năng
Chỉ hỗ trợ Android 13, Android 14 và Android 15A.
POST
curl -i -X POST \
/cloudphone/app/setHideAccessibilityApp \
-H 'Content-Type: application/json' \
-d '{
"ids": [
0
],
"packageName": [
"*"
]
}'Response
{ "code": 0, "data": true, "msg": "string" }