1 # DeviceAdmin Whitelisted Account 2 3 This application creates an account that will *not* prevent test-only DO/PO from being activated. 4 5 ## Build and install: 6 7 ``` 8 croot 9 mmma -j development/samples/DeviceAdminWhitelistedAccount 10 adb 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 ``` 23 adb uninstall com.example.android.app.admin.whitelistedaccount 24 ``` 25