History log of /frameworks/base/cmds/dpm/src/com/android/commands/dpm/Dpm.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e9119876a21575ee7a7d058da85d04c4c4b8a971 28-Oct-2014 Zoltan Szatmary-Ban <szatmz@google.com> Add new subcommand 'set-active-admin' to the dpm command.

Bug: 18002490
Change-Id: I91746032df08ef0fdef05711114691da18796a0a
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/Dpm.java
c48bca50fa64765d3019b0bf82511e030cabcc7a 18-Sep-2014 Esteban Talavera <etalavera@google.com> Make dpm command output more test friendly

Added 'Success' at the beginning of the command output every time
it didn't fail, so that we can easily check the output in tests.
The command is brand new, only used by us on CTS tests, so this
shouldn't break anybody.

Bug: 17312478
Change-Id: Ie67bf5b2f44e658e7009e5bd87f8cb81be515584
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/Dpm.java
41de9bb6fda113f7cfb8b7b8d64d07d3809f8f20 15-Sep-2014 Esteban Talavera <etalavera@google.com> Add 'adb dpm' subcommand to set profile owner

Required for GTS tests. Needed to relax the restriction that
only root user can run 'pm create-user' as GTS tests can't
get root permissions.

Bug: 17312478
Change-Id: I1841286ddf51756c73018c087a5f29afeb5b9f15
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/Dpm.java
9c17388cff98fba9679ce6457ac5003a660c6013 12-Sep-2014 Esteban Talavera <etalavera@google.com> Set device admin on dpm set-device-owner command

Bug: 17312478
Change-Id: I4ef730a97d603352eda77f04a2b00fa97c2be662
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/Dpm.java
b5ef162129ced7e9636052af6b7f08d677a01f13 08-Sep-2014 Esteban Talavera <etalavera@google.com> Add new adb dpm (= DevicePolicyManager) command

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
/frameworks/base/cmds/dpm/src/com/android/commands/dpm/Dpm.java