Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
res/ | 03-May-2024 | - | 40 | 8 | ||
src/com/example/android/app/admin/whitelistedaccount/ | 03-May-2024 | - | 172 | 109 | ||
Android.mk | D | 03-May-2024 | 938 | 34 | 8 | |
AndroidManifest.xml | D | 03-May-2024 | 2 KiB | 54 | 33 | |
README.md | D | 03-May-2024 | 558 | 25 | 15 |
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