i have broadcast receiver class for receiving sms, but i dont know how to delete the received sms before reaching to the inbox as well as the notification>
and in receiver
public void onReceive(Context context, Intent intent) { //... abortBroadcast(); }
This will work fine.