You have yo do this in 3 step:
- read SMS from Specific number you have to look in to this link then after
- you have to create Database for store all info about SMS(like id, body, number, time) for that check this link
- you have to Delete SMS from INBOX check this link for delete SMS.
add below permission for do all step:
<uses-permission android:name="android.permission.RECEIVE_SMS" />
<uses-permission android:name="android.permission.READ_SMS" />
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…