summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2019-04-16 16:41:03 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2019-04-16 16:41:03 +0000
commit4bf853268977c79b2863a3178ac9a59b08fac802 (patch)
treee9c3c8b82c41af2cfeb453eba2d336f3ed056eed
parentcee859e26ed9ef05564f0f226369a8ffa73cd637 (diff)
parent770a29bf72039a421dc1275b26fe706c080016b8 (diff)
Merge "Add more documentation for ACTION_MANAGE_MORE_DEFAULT_APPS_SETTINGS." into qt-dev
-rw-r--r--core/java/android/provider/Settings.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java
index cc39e56a556b..335ed212ae71 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -1531,6 +1531,9 @@ public final class Settings {
/**
* Activity Action: Show More default apps settings.
* <p>
+ * If a Settings activity handles this intent action, a "More defaults" entry will be shown in
+ * the Default apps settings, and clicking it will launch that activity.
+ * <p>
* In some cases, a matching Activity may not exist, so ensure you safeguard against this.
* <p>
* Input: Nothing.