xref: /aosp_15_r20/cts/hostsidetests/devicepolicy/app/TransferOwnerOutgoingApp/res/xml/device_admin.xml (revision b7c941bb3fa97aba169d73cee0bed2de8ac964bf)
1<device-admin xmlns:android="http://schemas.android.com/apk/res/android" android:visible="false">
2    <headless-system-user device-owner-mode="affiliated" />
3    <uses-policies>
4        <limit-password/>
5        <watch-login/>
6        <reset-password/>
7        <force-lock/>
8        <wipe-data/>
9        <expire-password/>
10        <encrypted-storage/>
11        <disable-camera/>
12    </uses-policies>
13</device-admin>
14