Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a9d8a58 authored by Aleks Todorov's avatar Aleks Todorov
Browse files

Fix DevicePolicyManager#getDefaultCrossProfilePackages referring to user consent.

Test: Javadoc-only change
Bug: 174846503
Change-Id: I7a40dba79e89d56a034fcf51cbb32598a5e3d71c
parent 7d16f0b5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -13327,8 +13327,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}.
     *
+4 −4
Original line number Diff line number Diff line
@@ -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
     */