android / enterprise-samples

Multiple samples showing the best practices in enterprise on Android.
Apache License 2.0
387 stars 241 forks source link

BasicManagedProfile: Fix for Android 10 #29

Closed yaraki closed 4 years ago

yaraki commented 4 years ago

Add an Activity with android.app.action.PROVISIONING_SUCCESSFUL to handle post-provisioning operations on Android 10 where Activity launch from background is not allowed.

This also replaces the deprecated platform Fragments with AndroidX.

Fix #28 Fix #9