Loading core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -30978,6 +30978,7 @@ package android.os { field public static final int S = 31; // 0x1f field public static final int S_V2 = 32; // 0x20 field public static final int TIRAMISU = 33; // 0x21 field public static final int UPSIDE_DOWN_CAKE = 10000; // 0x2710 } public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable { core/java/android/content/Intent.java +5 −6 Original line number Diff line number Diff line Loading @@ -5741,14 +5741,13 @@ public class Intent implements Parcelable, Cloneable { /** * Optional argument to be used with {@link #ACTION_CHOOSER}. * A {@link android.app.PendingIntent} to be sent when the user wants to do payload reselection * in the sharesheet. * A reselection action allows the user to return to the source app to change the content being * shared. * A {@link android.app.PendingIntent} to be sent when the user wants to modify the content that * they're sharing. This can be used to allow the user to return to the source app to, for * example, select different media. * @hide */ public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION = "android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION"; public static final String EXTRA_CHOOSER_MODIFY_SHARE_ACTION = "android.intent.extra.CHOOSER_MODIFY_SHARE_ACTION"; /** * An {@code ArrayList} of {@code String} annotations describing content for Loading core/java/android/os/Build.java +5 −0 Original line number Diff line number Diff line Loading @@ -1167,6 +1167,11 @@ public class Build { * Tiramisu. */ public static final int TIRAMISU = 33; /** * Upside Down Cake. */ public static final int UPSIDE_DOWN_CAKE = CUR_DEVELOPMENT; } /** The type of build, like "user" or "eng". */ Loading libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DragResizeInputListener.java +1 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ class DragResizeInputListener implements AutoCloseable { @Override public void close() { mInputEventReceiver.dispose(); mInputChannel.dispose(); try { mWindowSession.remove(mFakeWindow); Loading packages/SettingsLib/ActivityEmbedding/src/com/android/settingslib/activityembedding/ActivityEmbeddingUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import android.text.TextUtils; import android.util.Log; import androidx.core.os.BuildCompat; import androidx.window.embedding.SplitController; import androidx.window.embedding.ActivityEmbeddingController; import com.android.settingslib.utils.BuildCompatUtils; Loading Loading @@ -86,7 +86,7 @@ public final class ActivityEmbeddingUtils { * @param activity Activity that needs the check */ public static boolean isActivityEmbedded(Activity activity) { return SplitController.getInstance().isActivityEmbedded(activity); return ActivityEmbeddingController.getInstance(activity).isActivityEmbedded(activity); } /** Loading Loading
core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -30978,6 +30978,7 @@ package android.os { field public static final int S = 31; // 0x1f field public static final int S_V2 = 32; // 0x20 field public static final int TIRAMISU = 33; // 0x21 field public static final int UPSIDE_DOWN_CAKE = 10000; // 0x2710 } public final class Bundle extends android.os.BaseBundle implements java.lang.Cloneable android.os.Parcelable {
core/java/android/content/Intent.java +5 −6 Original line number Diff line number Diff line Loading @@ -5741,14 +5741,13 @@ public class Intent implements Parcelable, Cloneable { /** * Optional argument to be used with {@link #ACTION_CHOOSER}. * A {@link android.app.PendingIntent} to be sent when the user wants to do payload reselection * in the sharesheet. * A reselection action allows the user to return to the source app to change the content being * shared. * A {@link android.app.PendingIntent} to be sent when the user wants to modify the content that * they're sharing. This can be used to allow the user to return to the source app to, for * example, select different media. * @hide */ public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION = "android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION"; public static final String EXTRA_CHOOSER_MODIFY_SHARE_ACTION = "android.intent.extra.CHOOSER_MODIFY_SHARE_ACTION"; /** * An {@code ArrayList} of {@code String} annotations describing content for Loading
core/java/android/os/Build.java +5 −0 Original line number Diff line number Diff line Loading @@ -1167,6 +1167,11 @@ public class Build { * Tiramisu. */ public static final int TIRAMISU = 33; /** * Upside Down Cake. */ public static final int UPSIDE_DOWN_CAKE = CUR_DEVELOPMENT; } /** The type of build, like "user" or "eng". */ Loading
libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/DragResizeInputListener.java +1 −0 Original line number Diff line number Diff line Loading @@ -215,6 +215,7 @@ class DragResizeInputListener implements AutoCloseable { @Override public void close() { mInputEventReceiver.dispose(); mInputChannel.dispose(); try { mWindowSession.remove(mFakeWindow); Loading
packages/SettingsLib/ActivityEmbedding/src/com/android/settingslib/activityembedding/ActivityEmbeddingUtils.java +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ import android.text.TextUtils; import android.util.Log; import androidx.core.os.BuildCompat; import androidx.window.embedding.SplitController; import androidx.window.embedding.ActivityEmbeddingController; import com.android.settingslib.utils.BuildCompatUtils; Loading Loading @@ -86,7 +86,7 @@ public final class ActivityEmbeddingUtils { * @param activity Activity that needs the check */ public static boolean isActivityEmbedded(Activity activity) { return SplitController.getInstance().isActivityEmbedded(activity); return ActivityEmbeddingController.getInstance(activity).isActivityEmbedded(activity); } /** Loading