android-testdpc
android-testdpc copied to clipboard
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 ma...
I've noticed an extra finish call in GetProvisioningModeActivity if autoprovisioning happens
By following build instruction on issue #150 , I got the testdpc apk for Android 13 finally. I installed it on Pixel device (with Android 13 beta3) and got FATAL...
I'm trying to run `bazel build testdpc` but it fails. First it wants SDK `33`, AFAICT we only have `Tiramisu` publicly so far. I worked around that by symlinking `Tiramisu`...
`CosuConfig.java` looks great but it's rather difficult to reverse engineer an XML file for it to parse. Can you please provide one?
On managed configurations it might be useful to show the description as well and not just the title
I installed the prebuilt apk from releases [here](https://github.com/googlesamples/android-testdpc/releases/tag/v8.0.1) and made it device owner. Unfortunately the app failed to launch - it crashes immediately after flashing a white screen. Now I...
When test dpc is set as profile owner on primary user it cant be removed because the option to remove device owner is grayed out Please implement it
This project is listed as having an Apache-2.0 license. The last release (v8.0.1) included a binary lib _app/libs/setup-wizard-lib-platform-release.aar_. _master_ includes three: * _lib/setupcompat.aar_ * _lib/setupdesign.aar_ * _lib/strings.aar_ The only documentation...
cannot import this project to my android studio even after loading bazel plugins, can someone please help me on this,