Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
Android.mk | 06-Dec-2017 | 938 | |
AndroidManifest.xml | 06-Dec-2017 | 2K | |
README.md | 06-Dec-2017 | 558 | |
res/ | 06-Dec-2017 | ||
src/ | 06-Dec-2017 |
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