docs: Fixed angle bracket typo for task locking command line instructions.

bug: 16153312

Change-Id: If552028d36878398fe6fd999e711dff321fa9f13
This commit is contained in:
Quddus Chong
2014-07-08 10:07:43 -07:00
parent 74223986ad
commit 9a3dd19df8

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