am 9a3dd19d: docs: Fixed angle bracket typo for task locking command line instructions. bug: 16153312

* commit '9a3dd19df890972a66c2b74ac6e47fc49de5bc2f':
  docs: Fixed angle bracket typo for task locking command line instructions. bug: 16153312
This commit is contained in:
Quddus Chong
2014-07-08 17:16:45 +00:00
committed by Android Git Automerger

View File

@@ -781,7 +781,7 @@ $ adb shell stop
$ rm /tmp/device_owner.xml
$ echo "<?xml version='1.0' encoding='utf-8' standalone='yes' ?>"
>> /tmp/device_owner.xml
$ echo "&device-owner package=\"<your_device_owner_package>\"
$ echo "<device-owner package=\"<your_device_owner_package>\"
name=\"*<your_organization_name>\" />" >> /tmp/device_owner.xml
$ adb push /tmp/device_owner.xml /data/system/device_owner.xml
$ adb reboot