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

Commit 31fea63f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add DPC restriction for INTERACT_ACROSS_PROFILES to javadoc." into...

Merge "Add DPC restriction for INTERACT_ACROSS_PROFILES to javadoc." into rvc-dev am: d2205292 am: 6939118f

Change-Id: I6e91fb952cfde9b4ff6a1169b9b53aa5b891af02
parents 69e90681 6939118f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -277,10 +277,11 @@ public class CrossProfileApps {
     *
     * <p>Specifically, returns whether the following are all true:
     * <ul>
     * <li>{@code UserManager#getEnabledProfileIds(int)} ()} returns at least one other profile for
     * the calling user.</li>
     * <li>{@code UserManager#getEnabledProfileIds(int)} returns at least one other profile for the
     * calling user.</li>
     * <li>The calling app has requested
     * {@code android.Manifest.permission.INTERACT_ACROSS_PROFILES} in its manifest.</li>
     * <li>The calling app is not a profile owner within the profile group of the calling user.</li>
     * </ul>
     *
     * <p>Note that in order for the user to be able to grant the consent, the requesting package