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

Commit 91b19635 authored by John Reck's avatar John Reck Committed by Android (Google) Code Review
Browse files

Merge "Add ROOT_ID to Accounts column"

parents 8d773a52 2b3fcfb4
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -332,6 +332,13 @@ public class BrowserContract {
         * <P>Type: TEXT</P>
         */
        public static final String ACCOUNT_TYPE = "account_type";

        /**
         * The ID of the account's root folder. This will be the ID of the folder
         * returned when querying {@link Bookmarks#CONTENT_URI_DEFAULT_FOLDER}.
         * <P>Type: INTEGER</P>
         */
        public static final String ROOT_ID = "root_id";
    }

    /**