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

Commit 41d926e3 authored by Nicolas Prevot's avatar Nicolas Prevot
Browse files

Updating documentation for the flags of addCrossProfileIntentFilter

Change-Id: I32ed07aecdc8009cbb5708777da5085feabfd4ef
parent 262d905e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2006,6 +2006,8 @@ public class DevicePolicyManager {
     * @param admin Which {@link DeviceAdminReceiver} this request is associated with.
     * @param filter The {@link IntentFilter} the intent has to match to be also resolved in the
     * other profile
     * @param flags {@link DevicePolicyManager#FLAG_MANAGED_CAN_ACCESS_PARENT} and
     * {@link DevicePolicyManager#FLAG_PARENT_CAN_ACCESS_MANAGED} are supported.
     */
    public void addCrossProfileIntentFilter(ComponentName admin, IntentFilter filter, int flags) {
        if (mService != null) {