OSDN Git Service

Updated javadoc for ACTION_MANAGE_EXTERNAL_SOURCES
authorSuprabh Shukla <suprabh@google.com>
Wed, 8 Mar 2017 07:40:25 +0000 (23:40 -0800)
committerSuprabh Shukla <suprabh@google.com>
Wed, 8 Mar 2017 07:40:29 +0000 (23:40 -0800)
Added an optional parameter that can be passed as data to directly open
the app specific page

Test: N/A

Bug: 35487166

Change-Id: Ib20fe902670d98d949c5776cd633c38a5332b751

core/java/android/provider/Settings.java

index 73d61c3..680ec14 100755 (executable)
@@ -295,7 +295,9 @@ public final class Settings {
      * In some cases, a matching Activity may not exist, so ensure you
      * safeguard against this.
      * <p>
-     * Input: Nothing.
+     * Input: Optionally, the Intent's data URI can specify the application package name to
+     * directly invoke the management GUI specific to the package name. For example
+     * "package:com.my.app".
      * <p>
      * Output: Nothing.
      */