Add patch metadata for GTS checks

Bug: 308435630
Test: N/A
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:44b475e31b4da9702a7bc22d5a45b92ea6d99853)
Merged-In: I3c056da1194e5fe6b4af7a3516f03d6f7aaa44fe
Change-Id: I3c056da1194e5fe6b4af7a3516f03d6f7aaa44fe
1 file changed
tree: fe2085a0cbb9a10ae9f9dba569b5c4f015198339
  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