Merge "Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT."

This commit is contained in:
TreeHugger Robot
2019-03-12 11:33:43 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 2 deletions

View File

@@ -5214,7 +5214,7 @@ package android.os {
}
public static class Build.VERSION {
field public static final String PREVIEW_SDK_FINGERPRINT;
field @NonNull public static final String PREVIEW_SDK_FINGERPRINT;
}
public final class ConfigUpdate {

View File

@@ -306,7 +306,7 @@ public class Build {
* @hide
*/
@SystemApi
public static final String PREVIEW_SDK_FINGERPRINT = SystemProperties.get(
@NonNull public static final String PREVIEW_SDK_FINGERPRINT = SystemProperties.get(
"ro.build.version.preview_sdk_fingerprint", "REL");
/**