Can we delete an SMS in Android before it reaches the inbox?

后端 未结 5 1442
挽巷
挽巷 2020-11-22 16:16

I am deleting an SMS from the inbox but I want to know: How can I delete it before it reaches the inbox?

5条回答
  •  [愿得一人]
    2020-11-22 16:45

    The below("android:priority" and abortBroadcast()) solution works as long as Android Messaging application as default(I meant stock Android Messaging application). If user installs "GoSMSPro" or "HandcentSMS", these applications still show messages in inbox, I believe this due to "android:priority". I don't see any better way to fix the above issue, if third party messaging applications installed on the phone.

提交回复
热议问题