Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
proto/ | 03-May-2024 | - | 39 | 35 | ||
res/ | 03-May-2024 | - | 25,582 | 22,429 | ||
src/com/ | 03-May-2024 | - | 27,415 | 17,449 | ||
tests/ | 03-May-2024 | - | 23,622 | 16,163 | ||
tools/bash/ | 03-May-2024 | - | 78 | 47 | ||
Android.bp | D | 03-May-2024 | 2.4 KiB | 105 | 87 | |
AndroidManifest.xml | D | 03-May-2024 | 15.6 KiB | 347 | 258 | |
OWNERS | D | 03-May-2024 | 243 | 6 | 4 | |
PREUPLOAD.cfg | D | 03-May-2024 | 186 | 7 | 5 | |
README.md | D | 03-May-2024 | 991 | 18 | 12 | |
TEST_MAPPING | D | 03-May-2024 | 268 | 18 | 17 | |
proguard.flags | D | 03-May-2024 | 1.7 KiB | 55 | 47 |
README.md
1# Managed Provisioning 2 3Bundled app responsible for provisioning an enterprise device 4 5## Flows 6 7## QR 8 9```json 10{ 11 "android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.afwsamples.testdpc/com.afwsamples.testdpc.DeviceAdminReceiver", 12 "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION": "https://testdpc-latest-apk.appspot.com/preview", 13 "android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM": "gJD2YwtOiWJHkSMkkIfLRlj-quNqG1fb6v100QmzM9w=" 14} 15``` 16 17 18