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

Commit 0cf8c88d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Build: Add @NonNull for PREVIEW_SDK_FINGERPRINT."

parents fe470d5f 714bf496
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+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");

        /**