From 770a29bf72039a421dc1275b26fe706c080016b8 Mon Sep 17 00:00:00 2001 From: Hai Zhang Date: Tue, 16 Apr 2019 13:16:16 +0800 Subject: [PATCH] Add more documentation for ACTION_MANAGE_MORE_DEFAULT_APPS_SETTINGS. Bug: 130351486 Test: build Change-Id: If15aa04a3a3ebe717718ae99157e845acbccf6ae --- core/java/android/provider/Settings.java | 3 +++ 1 file changed, 3 insertions(+) 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.