Import translations. DO NOT MERGE ANYWHERE

Auto-generated-cl: translation import
Change-Id: Ifc4f3fcdcdc6f91d08a607a0e95c55f560dfca00
1 file changed
tree: 8a885ddffaf75fd22f5beacc5e552d6e4d4e2e1e
  1. proto/
  2. res/
  3. src/
  4. tests/
  5. tools/
  6. Android.bp
  7. AndroidManifest.xml
  8. OWNERS
  9. PREUPLOAD.cfg
  10. proguard.flags
  11. README.md
  12. TEST_MAPPING
README.md

Managed Provisioning

Bundled app responsible for provisioning an enterprise device

Flows

QR

{
  "android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.afwsamples.testdpc/com.afwsamples.testdpc.DeviceAdminReceiver",
  "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION": "https://testdpc-latest-apk.appspot.com/preview",
  "android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM": "gJD2YwtOiWJHkSMkkIfLRlj-quNqG1fb6v100QmzM9w="
}

Code