How to send sms message inside broadcast receiver class?
问题 I have a class that implements a broadcast receiver. I also inside of this class i want to be able to send a text message out automatically. Is this possible. Ive tried a lot of different things and nothing seems to work. Maybe im doing something wrong. But here is my source code that i have so far. public class smsReceiver extends BroadcastReceiver { private MainActivity main; @Override public void onReceive(Context context, Intent intent) { Intent i = new Intent(context, smsReceiver.class);