Loading core/java/android/app/admin/DevicePolicyManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -13351,8 +13351,8 @@ public class DevicePolicyManager { } /** * Returns the default package names set by the OEM that are allowed to request user consent for * cross-profile communication without being explicitly enabled by the admin, via {@link * Returns the default package names set by the OEM that are allowed to communicate * cross-profile without being explicitly enabled by the admin, via {@link * com.android.internal.R.array#cross_profile_apps} and {@link com.android.internal.R.array * #vendor_cross_profile_apps}. * core/java/android/app/admin/DevicePolicyManagerInternal.java +4 −4 Original line number Diff line number Diff line Loading @@ -200,10 +200,10 @@ public abstract class DevicePolicyManagerInternal { public abstract List<String> getAllCrossProfilePackages(); /** * Returns the default package names set by the OEM that are allowed to request user consent for * cross-profile communication without being explicitly enabled by the admin, via * {@link com.android.internal.R.array#cross_profile_apps} and * {@link com.android.internal.R.array#vendor_cross_profile_apps}. * Returns the default package names set by the OEM that are allowed to communicate * cross-profile without being explicitly enabled by the admin, via {@link * com.android.internal.R.array#cross_profile_apps} and {@link * com.android.internal.R.array#vendor_cross_profile_apps}. * * @hide */ Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +2 −2 Original line number Diff line number Diff line Loading @@ -13351,8 +13351,8 @@ public class DevicePolicyManager { } /** * Returns the default package names set by the OEM that are allowed to request user consent for * cross-profile communication without being explicitly enabled by the admin, via {@link * Returns the default package names set by the OEM that are allowed to communicate * cross-profile without being explicitly enabled by the admin, via {@link * com.android.internal.R.array#cross_profile_apps} and {@link com.android.internal.R.array * #vendor_cross_profile_apps}. *
core/java/android/app/admin/DevicePolicyManagerInternal.java +4 −4 Original line number Diff line number Diff line Loading @@ -200,10 +200,10 @@ public abstract class DevicePolicyManagerInternal { public abstract List<String> getAllCrossProfilePackages(); /** * Returns the default package names set by the OEM that are allowed to request user consent for * cross-profile communication without being explicitly enabled by the admin, via * {@link com.android.internal.R.array#cross_profile_apps} and * {@link com.android.internal.R.array#vendor_cross_profile_apps}. * Returns the default package names set by the OEM that are allowed to communicate * cross-profile without being explicitly enabled by the admin, via {@link * com.android.internal.R.array#cross_profile_apps} and {@link * com.android.internal.R.array#vendor_cross_profile_apps}. * * @hide */ Loading