diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 0491c732db816..fd6fcb8e1b4bd 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. *

+ * 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. + *

* In some cases, a matching Activity may not exist, so ensure you safeguard against this. *

* Input: Nothing.