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

Commit 3a3768a6 authored by Jonathan Klee's avatar Jonathan Klee
Browse files

Add Nullability

parent 7675225a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package android.os;

import android.Manifest;
import android.annotation.NonNull;
import android.annotation.Nullable;
import android.annotation.RequiresPermission;
import android.annotation.SuppressAutoDoc;
import android.annotation.SystemApi;
@@ -279,7 +280,7 @@ public class Build {
         * The user-visible security patch level when the device overrides the security patch with
         * PLATFORM_SECURITY_PATCH_OVERRIDE.
         */
        public static final String SECURITY_PATCH_EOS = SystemProperties.get(
        @Nullable public static final String SECURITY_PATCH_EOS = SystemProperties.get(
                "ro.eos.version.security_patch", "");

        /**