Settings.ActionSettingsEmbedDeepLinkActivity Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Activity Action: For system or preinstalled apps to show their Activity
embedded
in Settings app on large screen devices.
[Android.Runtime.Register("ACTION_SETTINGS_EMBED_DEEP_LINK_ACTIVITY", ApiSince=32)]
public const string ActionSettingsEmbedDeepLinkActivity;
[<Android.Runtime.Register("ACTION_SETTINGS_EMBED_DEEP_LINK_ACTIVITY", ApiSince=32)>]
val mutable ActionSettingsEmbedDeepLinkActivity : string
Field Value
- Attributes
Remarks
Activity Action: For system or preinstalled apps to show their Activity
embedded in Settings app on large screen devices.
Developers should resolve the Intent action before using it.
Input: #EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_INTENT_URI
must be included to specify the intent for the activity which will be embedded in Settings app. It's an intent URI string from intent.toUri(Intent.URI_INTENT_SCHEME)
.
Input: #EXTRA_SETTINGS_EMBEDDED_DEEP_LINK_HIGHLIGHT_MENU_KEY
must be included to specify a key that indicates the menu item which will be highlighted on settings home menu.
Output: Nothing.
Java documentation for android.provider.Settings.ACTION_SETTINGS_EMBED_DEEP_LINK_ACTIVITY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.