Skip to content
Snippets Groups Projects
Commit d2205292 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add DPC restriction for INTERACT_ACROSS_PROFILES to javadoc." into rvc-dev

parents 6182e318 4da9c209
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment