Name Date Size #Lines LOC

..--

res/H25-Apr-2025-408

src/com/example/android/app/admin/whitelistedaccount/H25-Apr-2025-172109

Android.bpH A D25-Apr-2025937 3026

AndroidManifest.xmlH A D25-Apr-20252 KiB5433

README.mdH A D25-Apr-2025558 2515

README.md

1# DeviceAdmin Whitelisted Account
2
3This application creates an account that will *not* prevent test-only DO/PO from being activated.
4
5## Build and install:
6
7```
8croot
9mmma -j development/samples/DeviceAdminWhitelistedAccount
10adb install -r -g $OUT/data/app/DeviceAdminWhitelistedAccount/DeviceAdminWhitelistedAccount.apk
11```
12
13
14## Create a whitelisted account
15
16- Launch the "DA Whitelisted Account" app from the launcher.
17
18## Remove a whitelisted account
19
20- Just uninstall the app. i.e.
21
22```
23adb uninstall com.example.android.app.admin.whitelistedaccount
24```
25