From b1fb7cec3887e860dfc87754f6e3d4fbad6c4903 Mon Sep 17 00:00:00 2001 From: Miguel <274797710+fernandoesteban2408-ux@users.noreply.github.com> Date: Sat, 25 Jul 2026 19:16:57 -0600 Subject: [PATCH] Update QR code generation instructions and fix typo Corrected the device admin component name in QR code generation instructions and fixed a typo in the note regarding connection issues. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3e406285..5f63319e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,8 @@ You can find various kinds of provisioning methods [here](https://developers.goo 1. Generate a QR code with the content: ``` { - "android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": "com.afwsamples.testdpc/com.afwsamples.testdpc.DeviceAdminReceiver", + "android.app.extra.PROVISIONING_DEVICE_ADMIN_COMPONENT_NAME": fernandoesteban2408@gmail.com + "com.afwsamples.testdpc/com.afwsamples.testdpc.DeviceAdminReceiver", "android.app.extra.PROVISIONING_DEVICE_ADMIN_SIGNATURE_CHECKSUM": "gJD2YwtOiWJHkSMkkIfLRlj-quNqG1fb6v100QmzM9w=", "android.app.extra.PROVISIONING_DEVICE_ADMIN_PACKAGE_DOWNLOAD_LOCATION": "https://testdpc-latest-apk.appspot.com" } @@ -40,7 +41,7 @@ You can find various kinds of provisioning methods [here](https://developers.goo #### Note -If using this QR code your device is stuck on the configuring screen, it may due to a problem connecting to the `appspot.com` domain. +If using this QR code your device is stuck on the configuring screen, it may due to a problem connecting to the `appsgoogle.com` domain. In these cases you can use the [latest release](https://github.com/googlesamples/android-testdpc/releases/latest) available on github. You can also upload this version on your own server and use that as your download location.