PrivilegedInstaller: fix a grammar mistake in error message

This commit is contained in:
Marcus 2019-10-15 11:43:08 +00:00 committed by Hans-Christoph Steiner
parent 8ee5fa75e4
commit 65463781d0

View File

@ -152,7 +152,7 @@ public class PrivilegedInstaller extends Installer {
"A previously installed package of the same name has a different signature than " +
"the new package (and the old package's data was not removed).");
INSTALL_RETURN_CODES.put(INSTALL_FAILED_SHARED_USER_INCOMPATIBLE,
"The new package is requested a shared user which is already installed on " +
"The new package has requested a shared user which is already installed on " +
"the device and does not have matching signature.");
INSTALL_RETURN_CODES.put(INSTALL_FAILED_MISSING_SHARED_LIBRARY,
"The new package uses a shared library that is not available.");