Reputation: 725
I am getting this error while implementing SMS sending in android. Attaching the image as the error is too long :)
Upvotes: 0
Views: 878
Reputation: 3855
Bit hard to see but try this.
PendingIntent pi = PendingIntent.getActivity(<YourActivityClass>.this, 0, ...
Upvotes: 1