googlesamples / android-testdpc

Test DPC is a sample device policy controller for use with Android Enterprise. It gives developers the ability to see how their app will behave in a managed context such as device owner or within a managed profile. Users can set up a work profile, enable work apps, set applications restrictions, manage security polices, and much more. The app also serves as a implementation reference for other DPCs
https://play.google.com/store/apps/details?id=com.afwsamples.testdpc
Apache License 2.0
786 stars 333 forks source link

appspot.com may not reachable in some situation #232

Open SteveZMTstudios opened 6 days ago

SteveZMTstudios commented 6 days ago

In some region or countries we can't reach appspot.com. Most of the time we use proxy tools. But when we using qrcode to activate the device then we must connect to a network. without install app (cause setup wizard is not complete) we cannot connect to a proxy.

So in some region we cannot use QR code to active device owner.

SteveZMTstudios commented 6 days ago

i think i solved that. replace that link with a direct link to the release app could solve it.