Android Question Automatically block or delete sms messages

JohnC

Expert
Licensed User
Longtime User
The only way you can do this is if your app is set as the default SMS app on the user's device - meaning, your app has to be a complete SMS app with the ability to write, send, receive, manage, etc.

Otherwise if your app is not the default SMS app, then your app will not have the needed permissions to delete an SMS.
 
Upvote 0

carlos7000

Well-Known Member
Licensed User
Longtime User
The only way you can do this is if your app is set as the default SMS app on the user's device - meaning, your app has to be a complete SMS app with the ability to write, send, receive, manage, etc.

Otherwise if your app is not the default SMS app, then your app will not have the needed permissions to delete an SMS.

Thanks
 
Upvote 0
Top