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

Commit b93cb1be authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update Column value types for BaseColumn."

parents 246e9240 c427b2e8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,12 +19,16 @@ package android.provider;
public interface BaseColumns {
    /**
     * The unique ID for a row.
     *
     * <p>Type: INTEGER (long)</p>
     */
    // @Column(Cursor.FIELD_TYPE_INTEGER)
    public static final String _ID = "_id";

    /**
     * The count of rows in a directory.
     *
     * <p>Type: INTEGER</p>
     */
    // @Column(Cursor.FIELD_TYPE_INTEGER)
    public static final String _COUNT = "_count";