Questions on other Google groups on getting a definitive answer on a programmatic way to delete SMS messages from the Android inbox don't seem to be pressing.
So the scenario:
- Android App startup.
- register SMS message types X,Y and Z
- messages P,Q,X,Y,Z stream in over the course of time, all deposited in inbox
- Android application detects receipt of X,Y,Z (presumably as part of the program interrupt event)
- process X,Y,Z
- Desirement!!! X,Y,Z are deleted from the Android inbox
Has it been done? Can it be done?