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

Commit 39bb9e89 authored by Joe Maples's avatar Joe Maples Committed by Joe Maples
Browse files

pm: Fix typo in error



instnat -> instant

Change-Id: Ie2f06840575fc266e3510252635ad17be65945b8
Signed-off-by: default avatarJoe Maples <joe@frap129.org>
parent 4b5680b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3304,7 +3304,7 @@ public class PackageParser {
                    && (perm.info.protectionLevel&PermissionInfo.PROTECTION_FLAG_RUNTIME_ONLY) == 0
                    && (perm.info.protectionLevel&PermissionInfo.PROTECTION_MASK_BASE) !=
                    PermissionInfo.PROTECTION_SIGNATURE) {
                outError[0] = "<permission>  protectionLevel specifies a non-instnat flag but is "
                outError[0] = "<permission>  protectionLevel specifies a non-instant flag but is "
                        + "not based on signature type";
                mParseError = PackageManager.INSTALL_PARSE_FAILED_MANIFEST_MALFORMED;
                return false;