Loading api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6492,7 +6492,7 @@ package android.app { } public interface ZygotePreload { method public void doPreload(android.content.pm.ApplicationInfo); method public void doPreload(@NonNull android.content.pm.ApplicationInfo); } } core/java/android/app/ZygotePreload.java +3 −3 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ */ package android.app; import android.annotation.NonNull; import android.content.pm.ApplicationInfo; /** Loading @@ -27,8 +28,7 @@ import android.content.pm.ApplicationInfo; * {@link android.R.styleable#AndroidManifestService_useAppZygote android:useAppZygote} attribute * of the <service> tag set to <code>true</code>. * * Note that this implementations of this class must provide a default constructor with no * arguments. * Note that implementations of this class must provide a default constructor with no arguments. */ public interface ZygotePreload { /** Loading @@ -38,5 +38,5 @@ public interface ZygotePreload { * * @param appInfo The ApplicationInfo object belonging to the application */ void doPreload(ApplicationInfo appInfo); void doPreload(@NonNull ApplicationInfo appInfo); } Loading
api/current.txt +1 −1 Original line number Diff line number Diff line Loading @@ -6492,7 +6492,7 @@ package android.app { } public interface ZygotePreload { method public void doPreload(android.content.pm.ApplicationInfo); method public void doPreload(@NonNull android.content.pm.ApplicationInfo); } }
core/java/android/app/ZygotePreload.java +3 −3 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ */ package android.app; import android.annotation.NonNull; import android.content.pm.ApplicationInfo; /** Loading @@ -27,8 +28,7 @@ import android.content.pm.ApplicationInfo; * {@link android.R.styleable#AndroidManifestService_useAppZygote android:useAppZygote} attribute * of the <service> tag set to <code>true</code>. * * Note that this implementations of this class must provide a default constructor with no * arguments. * Note that implementations of this class must provide a default constructor with no arguments. */ public interface ZygotePreload { /** Loading @@ -38,5 +38,5 @@ public interface ZygotePreload { * * @param appInfo The ApplicationInfo object belonging to the application */ void doPreload(ApplicationInfo appInfo); void doPreload(@NonNull ApplicationInfo appInfo); }