Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1275551f authored by Alan Stokes's avatar Alan Stokes Committed by android-build-merger
Browse files

Merge "Revert new app installed notification doc" into qt-dev am: 98540e2a

am: 24e18b41

Change-Id: I886882a9c90b8e6c4a275647801b9bf4a95f3750
parents 1c06fe7b 24e18b41
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -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";