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

Commit 405393cf authored by Masaki Muranaka's avatar Masaki Muranaka
Browse files

Fix typo in the exception message.



Change-Id: I5e8c089dfd406af40c4eb3aa76af13398c05b7e6
Signed-off-by: default avatarMasaki Muranaka <monaka@monami-software.com>
parent 4a72b306
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1642,7 +1642,7 @@ public class LocationManager {
        }
        if (!intent.isTargetedToPackage()) {
            IllegalArgumentException e = new IllegalArgumentException(
                    "pending intent msut be targeted to package");
                    "pending intent must be targeted to package");
            if (mContext.getApplicationInfo().targetSdkVersion > Build.VERSION_CODES.JELLY_BEAN) {
                throw e;
            } else {