• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Alert problem in SMSreceiver.class

boje

Lurker
Hi
I am new here. I are making a app, where it must show a alert on sms message.

But this line do not work:
AlertDialog.Builder(this).setTitle("asd").setMessage(str).setNegativeButton("Annuller", null).setPositiveButton("Bekr
 
Back
Top Bottom