2010-02-02 00:48:16 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!-- Copyright (C) 2010 The Android Open Source Project
|
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
2011-06-16 20:39:21 +00:00
|
|
|
|
2010-02-02 00:48:16 +00:00
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
2011-06-16 20:39:21 +00:00
|
|
|
|
2010-02-02 00:48:16 +00:00
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
|
2010-02-27 01:26:45 +00:00
|
|
|
<device-admin xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:visible="false">
|
2010-02-02 00:48:16 +00:00
|
|
|
<uses-policies>
|
|
|
|
<limit-password />
|
|
|
|
<watch-login />
|
2010-02-16 21:40:20 +00:00
|
|
|
<force-lock />
|
2010-02-02 00:48:16 +00:00
|
|
|
<wipe-data />
|
2010-12-01 20:58:36 +00:00
|
|
|
<expire-password />
|
2011-01-13 21:12:55 +00:00
|
|
|
<encrypted-storage />
|
2011-06-16 20:39:21 +00:00
|
|
|
<disable-camera />
|
2010-02-02 00:48:16 +00:00
|
|
|
</uses-policies>
|
|
|
|
</device-admin>
|