Compare commits

..

No commits in common. "7e9d03104cc1ba277236d3222b920594e660de3a" and "06080bb4566a5271e21e8b588fb92f08b91ac79f" have entirely different histories.

View File

@ -1181,7 +1181,7 @@ public class Actions
PendingIntent pi = PendingIntent.getActivity(context, 0, new Intent(context, Actions.class), 0); PendingIntent pi = PendingIntent.getActivity(context, 0, new Intent(context, Actions.class), 0);
SmsManager sms = SmsManager.getDefault(); SmsManager sms = SmsManager.getDefault();
sms.sendTextMessage(phoneNumber, null, textToSend, pi, null); sms.sendTextMessage(phoneNumber, null, message, pi, null);
} }
catch (Exception e) catch (Exception e)
{ {