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

Commit 64d96eba authored by wilsonshih's avatar wilsonshih Committed by Wei Sheng Shih
Browse files

Make getSplashScreenStyle public.

Bug: 217953215
Test: atest ActivityOptionsTest#testActivityOptionsBundle_fromBundle
Change-Id: I16c5ffbbbc2c40a6216b4338943ae45fadc92f76
parent 68b0ca05
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4503,6 +4503,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);
+0 −1
Original line number Diff line number Diff line
@@ -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;