Initial sample code for writing a device policy.

This commit is contained in:
Dianne Hackborn
2010-01-12 18:17:18 -08:00
parent 1f93b7ef17
commit c86ba3199d
5 changed files with 252 additions and 0 deletions

View File

@@ -433,6 +433,18 @@
<string name="msg_launcher_shortcuts">This activity creates shortcuts for the launcher (home screen), and receives intents from those shortcuts. To try it, return to the launcher and long-press to create a shortcut.</string>
<string name="label_intent">Intent:</string>
<!-- ============================== -->
<!-- app/device policies examples strings -->
<!-- ============================== -->
<string name="activity_sample_device_admin">App/Device Admin</string>
<string name="sample_device_admin">Sample Device Admin</string>
<string name="sample_device_admin_summary">Demonstration of a DeviceAdmin
class for administering the user\'s device.</string>
<string name="enable_admin">Enable Admin</string>
<string name="disable_admin">Disable Admin</string>
<!-- ============================== -->
<!-- app/voice recognition examples strings -->
<!-- ============================== -->