Android
Restart app
Closes and immediately reopens the specified Android application inside the box
post/boxes/{boxId}/android/packages/{packageName}/restart
Path parameters
boxIdstring required
Example:c9bdc193-b54b-4ddb-a035-5ac0c598d32d
Box ID
packageNamestring required
Example:com.example.myapp
Android app package name
Request body
Example request
{
"activityName": "com.android.settings.Settings"
}