Merge "Fix javadoc for CrossProfileApps#canRequestInteractAcrossProfiles" into rvc-dev am: 4bf358fe39 am: baa8bb61c3
Change-Id: I9dd739ab0bcd198655600e1c606fd5acc0cfa75c
This commit is contained in:
@@ -279,12 +279,8 @@ public class CrossProfileApps {
|
|||||||
* <ul>
|
* <ul>
|
||||||
* <li>{@code UserManager#getEnabledProfileIds(int)} ()} returns at least one other profile for
|
* <li>{@code UserManager#getEnabledProfileIds(int)} ()} returns at least one other profile for
|
||||||
* the calling user.</li>
|
* the calling user.</li>
|
||||||
* <li>The calling app has requested</li>
|
* <li>The calling app has requested
|
||||||
* {@code android.Manifest.permission.INTERACT_ACROSS_PROFILES} in its manifest.
|
* {@code android.Manifest.permission.INTERACT_ACROSS_PROFILES} in its manifest.</li>
|
||||||
* <li>The calling package has either been whitelisted by default by the OEM or has been
|
|
||||||
* explicitly whitelisted by the admin via
|
|
||||||
* {@link android.app.admin.DevicePolicyManager#setCrossProfilePackages(ComponentName, Set)}.
|
|
||||||
* </li>
|
|
||||||
* </ul>
|
* </ul>
|
||||||
*
|
*
|
||||||
* <p>Note that in order for the user to be able to grant the consent, the requesting package
|
* <p>Note that in order for the user to be able to grant the consent, the requesting package
|
||||||
|
|||||||
Reference in New Issue
Block a user