Merge "Add @NonNull annotation to CONTENT_URI"
This commit is contained in:
@@ -37412,7 +37412,7 @@ package android.provider {
|
|||||||
field public static final String CONTENT_ID = "cid";
|
field public static final String CONTENT_ID = "cid";
|
||||||
field public static final String CONTENT_LOCATION = "cl";
|
field public static final String CONTENT_LOCATION = "cl";
|
||||||
field public static final String CONTENT_TYPE = "ct";
|
field public static final String CONTENT_TYPE = "ct";
|
||||||
field public static final android.net.Uri CONTENT_URI;
|
field @NonNull public static final android.net.Uri CONTENT_URI;
|
||||||
field public static final String CT_START = "ctt_s";
|
field public static final String CT_START = "ctt_s";
|
||||||
field public static final String CT_TYPE = "ctt_t";
|
field public static final String CT_TYPE = "ctt_t";
|
||||||
field public static final String FILENAME = "fn";
|
field public static final String FILENAME = "fn";
|
||||||
|
|||||||
@@ -2975,6 +2975,7 @@ public final class Telephony {
|
|||||||
* The {@code content://} style URL for this table. Can be appended with a part ID to
|
* The {@code content://} style URL for this table. Can be appended with a part ID to
|
||||||
* address individual parts.
|
* address individual parts.
|
||||||
*/
|
*/
|
||||||
|
@NonNull
|
||||||
public static final Uri CONTENT_URI = Uri.withAppendedPath(Mms.CONTENT_URI, "part");
|
public static final Uri CONTENT_URI = Uri.withAppendedPath(Mms.CONTENT_URI, "part");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user