Reference Guide

Table Of Contents
private byte[] uninstallRequestBytes() throws UnsupportedEncodingException {
String uninstall "{ \”action\”: " +
\”uninstall\”, \name\”: “ +
“\”” + APP_DEBIAN_FILE + \”}";
return uninstall.getBytes(UTF8);
}
136