You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better Together Enterprise has introduced a new method for authenticating the end user and adding an account to the device depending upon the settings configured by the IT admin in the Google Admin Console. I'm adding support for this into TestDPC to allow EMMs to use it for manual testing, and to serve as a reference implementation for 3rd party DPC developers.
This feature makes use of the DPC support library, which is only available to members of the Android Enterprise EMM Community and so cannot be added to this repository. Instead I will add a fake that throws an exception if called, and will determine at runtime whether the real or fake library is present and disable the feature as necessary. Community members can replace the fake with the real library and re-build.
The text was updated successfully, but these errors were encountered:
Better Together Enterprise has introduced a new method for authenticating the end user and adding an account to the device depending upon the settings configured by the IT admin in the Google Admin Console. I'm adding support for this into TestDPC to allow EMMs to use it for manual testing, and to serve as a reference implementation for 3rd party DPC developers.
This feature makes use of the DPC support library, which is only available to members of the Android Enterprise EMM Community and so cannot be added to this repository. Instead I will add a fake that throws an exception if called, and will determine at runtime whether the real or fake library is present and disable the feature as necessary. Community members can replace the fake with the real library and re-build.
The text was updated successfully, but these errors were encountered: