Loading core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4534,6 +4534,7 @@ package android.app { method @Nullable public android.graphics.Rect getLaunchBounds(); method public int getLaunchDisplayId(); method public boolean getLockTaskMode(); method public int getSplashScreenStyle(); method public boolean isPendingIntentBackgroundActivityLaunchAllowed(); method public static android.app.ActivityOptions makeBasic(); method public static android.app.ActivityOptions makeClipRevealAnimation(android.view.View, int, int, int, int); core/java/android/app/ActivityOptions.java +0 −1 Original line number Diff line number Diff line Loading @@ -1429,7 +1429,6 @@ public class ActivityOptions extends ComponentOptions { /** * Gets the style can be used for cold-launching an activity. * @see #setSplashScreenStyle(int) * @hide */ public @SplashScreen.SplashScreenStyle int getSplashScreenStyle() { return mSplashScreenStyle; Loading Loading
core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -4534,6 +4534,7 @@ package android.app { method @Nullable public android.graphics.Rect getLaunchBounds(); method public int getLaunchDisplayId(); method public boolean getLockTaskMode(); method public int getSplashScreenStyle(); method public boolean isPendingIntentBackgroundActivityLaunchAllowed(); method public static android.app.ActivityOptions makeBasic(); method public static android.app.ActivityOptions makeClipRevealAnimation(android.view.View, int, int, int, int);
core/java/android/app/ActivityOptions.java +0 −1 Original line number Diff line number Diff line Loading @@ -1429,7 +1429,6 @@ public class ActivityOptions extends ComponentOptions { /** * Gets the style can be used for cold-launching an activity. * @see #setSplashScreenStyle(int) * @hide */ public @SplashScreen.SplashScreenStyle int getSplashScreenStyle() { return mSplashScreenStyle; Loading