# Bật ROOT ứng dụng

Bật quyền ROOT cho một gói ứng dụng cụ thể trên một điện thoại đám mây duy nhất.

Endpoint: POST /cloudphone/app/openRoot
Version: 1.0.0

## Request fields (application/json):

  - `id` (integer, required)
    ID điện thoại đám mây
    Example: 12345678

  - `packageNames` (array, required)
    List of application package names to allow ROOT access
    Example: ["com.test"]

## Response 200 fields (application/json):

  - `code` (integer)
    Response code: 0 = success, >0 = error

  - `data` (object)
    Empty response data
    Example: {}

  - `msg` (string)
    Message; populated if code > 0

