diff options
-rw-r--r-- | core/java/android/provider/Settings.java | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/java/android/provider/Settings.java b/core/java/android/provider/Settings.java index 381d4921932f..1b1e8b4659e8 100644 --- a/core/java/android/provider/Settings.java +++ b/core/java/android/provider/Settings.java @@ -836,9 +836,9 @@ public final class Settings { * In some cases, a matching Activity may not exist, so ensure you * safeguard against this. * <p> - * 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". + * Input: Optionally, in versions of Android prior to 11, 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. */ |