Reveal Chooser payload reselection action API

Bug: 259947071
Test: CTS verifier tests
Change-Id: Id912aba3856ebb16f173dbfe9ff441b81997bd12
This commit is contained in:
Andrey Epin
2023-01-25 11:43:52 -08:00
parent cf81e99dfc
commit a5174f41c0
2 changed files with 1 additions and 1 deletions

View File

@@ -10733,6 +10733,7 @@ package android.content {
field public static final String EXTRA_CHANGED_PACKAGE_LIST = "android.intent.extra.changed_package_list";
field public static final String EXTRA_CHANGED_UID_LIST = "android.intent.extra.changed_uid_list";
field public static final String EXTRA_CHOOSER_CUSTOM_ACTIONS = "android.intent.extra.CHOOSER_CUSTOM_ACTIONS";
field public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION = "android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION";
field public static final String EXTRA_CHOOSER_REFINEMENT_INTENT_SENDER = "android.intent.extra.CHOOSER_REFINEMENT_INTENT_SENDER";
field public static final String EXTRA_CHOOSER_TARGETS = "android.intent.extra.CHOOSER_TARGETS";
field public static final String EXTRA_CHOSEN_COMPONENT = "android.intent.extra.CHOSEN_COMPONENT";

View File

@@ -5829,7 +5829,6 @@ public class Intent implements Parcelable, Cloneable {
* in the sharesheet.
* A reselection action allows the user to return to the source app to change the content being
* shared.
* @hide
*/
public static final String EXTRA_CHOOSER_PAYLOAD_RESELECTION_ACTION =
"android.intent.extra.CHOOSER_PAYLOAD_RESELECTION_ACTION";