Adds new adb command to execute DevicePolicyManager tasks. First subcommand allows us to set a device owner on a provisioned device (provided no accounts are associated with the device). This is required as GTS tests run on provisioned devices. We plan to add more subcomands required for new GTS tests, such as the ability to create a managed profile. Bug: 17312478, 17316711 Change-Id: I2613178ea82a6c6268e7f8012e74c4a852fea0d4
7 lines
156 B
Plaintext
Executable File
7 lines
156 B
Plaintext
Executable File
# Script to start "dpm" on the device
|
|
#
|
|
base=/system
|
|
export CLASSPATH=$base/framework/dpm.jar
|
|
exec app_process $base/bin com.android.commands.dpm.Dpm "$@"
|
|
|