Added @Nullable to ContentCaptureContext.getLocusId()
Test: m update-api Fixes: 128922706 Change-Id: I541d0b33732069d6df85f6dbe12d1f599e4cb241
This commit is contained in:
@@ -161,7 +161,7 @@ public final class ContentCaptureContext implements Parcelable {
|
||||
/**
|
||||
* Gets the context id.
|
||||
*/
|
||||
@NonNull
|
||||
@Nullable
|
||||
public LocusId getLocusId() {
|
||||
return mId;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user