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

Commit 5d8036d4 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Change EXTRA_EXCLUDED_USERS to use UserHandles instead of UserIds" into main

parents 6fed6d75 2554a81a
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.
     *