Release
Release is where your Uconnect® app will be formally tested in Sprint's NRT and FIT environments. Your app will then be certified which is the authorization to move to the production soaking period and then to the production environment.
For more details about the release process see the Release section of Dev Process.
More details about App Certification.
The resource constraints of an Xlet can be defined in the xlet.properties file, or by including a file xlet.budgets into the Xlet’s jar file before the file is signed. Properties in xlet.properties take precedence over properties in xlet.budgets. The budgets file has the format of a Java properties file specified in the Java API.
The properties of an Xlet must be specified by a file with the name xlet.properties that is added to the topmost directory of the Xlet jar file. This file has the format of a Java properties file specified in the Java API.