Home | History | Annotate | only in /development/samples/DeviceAdminWhitelistedAccount
Up to higher level directory
NameDateSize
Android.mk06-Dec-2017938
AndroidManifest.xml06-Dec-20172K
README.md06-Dec-2017558
res/06-Dec-2017
src/06-Dec-2017

README.md

      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