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

Commit 812de6f6 authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am dbed61c8: am ca2df286: Merge "Fix typo in the exception message."

* commit 'dbed61c8':
  Fix typo in the exception message.
parents 6b26ded8 dbed61c8
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 {