Reputation: 4657
Are the following actions possible using the latest version of the Android API?:
Temporarily disable sending text messages
Temporarily disable receiving text messages
*Ideally, I would intercept them and queue them up for later delivery.
Temporarily disable incoming calls except from certain phone numbers
Temporarily disable outgoing calls except to certain phone numbers
Upvotes: 5
Views: 1707
Reputation: 1006779
You can turn on airplane mode, which disables all radios.
Beyond that, none of what you wish to do appears possible from an ordinary Android application.
Upvotes: 5