Merge "Update java doc of ACTION_SETTINGS_EMBED_DEEP_LINK_ACTIVITY" into tm-qpr-dev am: 30b008595d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/20427787

Change-Id: I53c5282fc8a6f76fd5d30d003ad81e9866754434
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Arc Wang
2022-11-14 04:35:28 +00:00
committed by Automerger Merge Worker

View File

@@ -18453,6 +18453,9 @@ public final class Settings {
/** /**
* Activity Action: For system or preinstalled apps to show their {@link Activity} embedded * Activity Action: For system or preinstalled apps to show their {@link Activity} embedded
* in Settings app on large screen devices. * in Settings app on large screen devices.
*
* Developers should resolve the Intent action before using it.
*
* <p> * <p>
* Input: {@link #EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI} must be included to * Input: {@link #EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI} must be included to
* specify the intent for the activity which will be embedded in Settings app. * specify the intent for the activity which will be embedded in Settings app.