From 9cc589a3a0bd0d77b24383794d4eedc420041822 Mon Sep 17 00:00:00 2001 From: Todd Kennedy Date: Thu, 18 Aug 2016 16:23:17 -0700 Subject: [PATCH] remove mention of file: URIs for package installs they're not supported Change-Id: Id274ee6065ba531c01ad720ac0a53fb97e0fc687 Fixes: 6517618 --- core/java/android/content/Intent.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index d53773968a89d..70010b277d6ea 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -1448,7 +1448,7 @@ public class Intent implements Parcelable, Cloneable { /** * Activity Action: Launch application installer. *

- * Input: The data must be a content: or file: URI at which the application + * Input: The data must be a content: URI at which the application * can be retrieved. As of {@link android.os.Build.VERSION_CODES#JELLY_BEAN_MR1}, * you can also use "package:" to install an application for the * current user that is already installed for another user. You can optionally supply