Update INSTALL_FAILED_REPLACE_COULDNT_DELETE's comment

To make the comment of INSTALL_FAILED_REPLACE_COULDNT_DELETE easy to
be understood by the developers.

INSTALL_FAILED_REPLACE_COULDNT_DELETE is used to express the situation
that the new package replace the system package neither with
DELETE_SYSTEM_APP flag nor delete application for users.

Fixes: 149890172
Test: m docs
Change-Id: I57fe81845c81376cfa61224dd37579ade2223fa1
This commit is contained in:
Felka Chang
2020-08-10 18:10:11 +08:00
parent 9fa9c1f83b
commit 8defec445f

View File

@@ -1164,7 +1164,8 @@ public abstract class PackageManager {
/**
* Installation return code: this is passed in the {@link PackageInstaller#EXTRA_LEGACY_STATUS}
* if the new package uses a shared library that is not available.
* when the package being replaced is a system app and the caller didn't provide the
* {@link #DELETE_SYSTEM_APP} flag.
*
* @hide
*/