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

Commit 2554a81a authored by Olivier Nshimiye's avatar Olivier Nshimiye
Browse files

Change EXTRA_EXCLUDED_USERS to use UserHandles instead of UserIds

Bug: 428925341
Test: CtsProviderUiTestCases

Flag: android.multiuser.enable_moving_content_into_private_space

Change-Id: If12905c57fc2d2356947aa8af4d280f302aecdce
parent 0106cca2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -194,7 +194,8 @@ public final class DocumentsContract {
    public static final String EXTRA_EXCLUDE_SELF = "android.provider.extra.EXCLUDE_SELF";

    /**
     * Set this in a DocumentsUI intent to add users ids to be excluded from the roots list.
     * Set this in a DocumentsUI intent to add users that should be excluded from the roots list.
     * This is expected to be an {@link ArrayList} of {@link UserHandle}s.
     *
     * This will only be supported if there is at least one user to be shown in DocumentsUI picker.
     *