Merge "Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT."
This commit is contained in:
committed by
Android (Google) Code Review
commit
0cf8c88d12
@@ -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 {
|
||||
|
||||
@@ -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");
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user