Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 714bf496 authored by Narayan Kamath's avatar Narayan Kamath
Browse files

Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT.

Addresses API council feedback.

Test: make update-api && make checkapi
Bug: 126702454
Change-Id: I99137ac33ebf011f179b19a35a7a83d062865430
parent 095adc27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −1
Original line number Diff line number Diff line
@@ -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");

        /**