Loading core/java/android/app/admin/DevicePolicyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ public class DevicePolicyManager { * <p>The broadcast is limited to the primary profile, to the app specified in the provisioning * intent (@see #ACTION_PROVISION_MANAGED_PROFILE). * * <p>This intent will contain the extra {@link EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which * <p>This intent will contain the extra {@link #EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which * corresponds to the account requested to be migrated at provisioning time, if any. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -340,7 +340,7 @@ public class DevicePolicyManager { * <p>The broadcast is limited to the primary profile, to the app specified in the provisioning * intent (@see #ACTION_PROVISION_MANAGED_PROFILE). * * <p>This intent will contain the extra {@link EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which * <p>This intent will contain the extra {@link #EXTRA_PROVISIONING_ACCOUNT_TO_MIGRATE} which * corresponds to the account requested to be migrated at provisioning time, if any. */ @SdkConstant(SdkConstantType.ACTIVITY_INTENT_ACTION) Loading