summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Hai Zhang <zhanghai@google.com> 2019-04-16 13:16:16 +0800
committer Hai Zhang <zhanghai@google.com> 2019-04-16 13:16:16 +0800
commit770a29bf72039a421dc1275b26fe706c080016b8 (patch)
tree36d3bb376945fe0288ec37bc45e545a397161c5b
parentb94e7e89b279261e5786ff49da4b4bcc0273b0a0 (diff)
Add more documentation for ACTION_MANAGE_MORE_DEFAULT_APPS_SETTINGS.
Bug: 130351486 Test: build Change-Id: If15aa04a3a3ebe717718ae99157e845acbccf6ae
-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 0491c732db81..fd6fcb8e1b4b 100644
--- a/core/java/android/provider/Settings.java
+++ b/core/java/android/provider/Settings.java
@@ -1533,6 +1533,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.