diff options
| author | Rhed Jao <rhedjao@google.com> | 2020-02-11 00:18:28 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2020-02-11 00:18:28 +0000 |
| commit | 0132d90b3faa24a3f135bb51b28cfc1dea92dd80 (patch) | |
| tree | c56fe42aad264fbf7a60b965141e598ceb27b580 /core/java/android/content/Intent.java | |
| parent | 3bfbadb278042246328a67bac152864544c66b1c (diff) | |
| parent | 649b2fb00af4344e247b314b69fbcbcefae8751f (diff) | |
Merge "Support rich content for accessibility shortcut target"
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index c37c1c1a2f31..0f88c9040d71 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -4972,11 +4972,14 @@ public class Intent implements Parcelable, Cloneable { * <pre> * <accessibility-shortcut-target * android:description="@string/shortcut_target_description" - * android:summary="@string/shortcut_target_summary" /> + * android:summary="@string/shortcut_target_summary" + * android:animatedImageDrawable="@drawable/shortcut_target_animated_image" + * android:htmlDescription="@string/shortcut_target_html_description" /> * </pre> * <p> * Both description and summary are necessary. The system will ignore the accessibility - * shortcut target if they are missing. + * shortcut target if they are missing. The animated image and html description are supported + * to help users understand how to use the shortcut target. * </p> */ @SdkConstant(SdkConstantType.INTENT_CATEGORY) |
