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

am: 24e18b415f

Change-Id: I2675329bb8a87beb1e8c221f35e12f0fa675445a
This commit is contained in:
Alan Stokes
2019-10-07 08:30:38 -07:00
committed by android-build-merger

View File

@@ -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";