OSDN Git Service

Add a link to the PackageInstaller API demos.
authorPeter Visontay <pvisontay@google.com>
Fri, 17 Nov 2017 14:00:47 +0000 (14:00 +0000)
committerPeter Visontay <pvisontay@google.com>
Fri, 17 Nov 2017 14:19:46 +0000 (14:19 +0000)
Test: Ran "make docs".
Change-Id: I8459bc2a4aaf3827f71a6af5478ff0f30fae6dc3

core/java/android/content/pm/PackageInstaller.java

index 8628839..77c5743 100644 (file)
@@ -81,6 +81,9 @@ import java.util.List;
  * <li>All APKs must have unique split names.
  * <li>All installations must contain a single base APK.
  * </ul>
+ * <p>
+ * The ApiDemos project contains examples of using this API:
+ * <code>ApiDemos/src/com/example/android/apis/content/InstallApk*.java</code>.
  */
 public class PackageInstaller {
     private static final String TAG = "PackageInstaller";