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

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

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

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