Loading core/java/android/provider/Settings.java +3 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading Loading
core/java/android/provider/Settings.java +3 −1 Original line number Diff line number Diff line Loading @@ -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. */ Loading