Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT.
Addresses API council feedback. Test: make update-api && make checkapi Bug: 126702454 Change-Id: I99137ac33ebf011f179b19a35a7a83d062865430
This commit is contained in:
@@ -5210,7 +5210,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