summaryrefslogtreecommitdiff
path: root/core/java
diff options
context:
space:
mode:
authorRicky Wai <rickywai@google.com>2019-10-04 16:10:17 +0100
committerRicky Wai <rickywai@google.com>2019-10-04 16:10:17 +0100
commit5f5bacfda01cff7830bb2dbf4996119f0d62fdfb (patch)
treee384ac30c8759b6956d90c24e765f12198d76159 /core/java
parent57e8d83cabd77c934d33e15a9dcd11fbb6c97124 (diff)
Revert new app installed notification doc
Bug: 111214100 Test: Able to compile Change-Id: Id4fdabf0e8c69074eb8cb5838ab11d9d5f030093
Diffstat (limited to 'core/java')
-rw-r--r--core/java/android/content/pm/PackageInstaller.java13
1 files changed, 0 insertions, 13 deletions
diff --git a/core/java/android/content/pm/PackageInstaller.java b/core/java/android/content/pm/PackageInstaller.java
index 3cecd7f88045..a15caa09bb60 100644
--- a/core/java/android/content/pm/PackageInstaller.java
+++ b/core/java/android/content/pm/PackageInstaller.java
@@ -101,19 +101,6 @@ import java.util.concurrent.Executor;
* <p>
* The ApiDemos project contains examples of using this API:
* <code>ApiDemos/src/com/example/android/apis/content/InstallApk*.java</code>.
- * <p>
- * On Android Q or above, an app installed notification will be posted
- * by system after a new app is installed.
- * To customize installer's notification icon, you should declare the following in the manifest
- * &lt;application> as follows: </p>
- * <pre>
- * &lt;meta-data android:name="com.android.packageinstaller.notification.smallIcon"
- * android:resource="@drawable/installer_notification_icon"/>
- * </pre>
- * <pre>
- * &lt;meta-data android:name="com.android.packageinstaller.notification.color"
- * android:resource="@color/installer_notification_color"/>
- * </pre>
*/
public class PackageInstaller {
private static final String TAG = "PackageInstaller";