Ron
Ron

Reputation: 23486

Activate blocking mode programmatically

since Android 4.2 (I guess) there is the new blocking mode feature.

I'd like to toggle (activate/deactivate) this feature from my app. I know that I can change basically everything about sounds via the SDK but I couldn't find a single article about how to toggle blocking mode.

Upvotes: 2

Views: 734

Answers (1)

CommonsWare
CommonsWare

Reputation: 1006869

That is not from stock Android. Whatever it is comes from your device manufacturer. You will have to ask them what that is and whether or not there is an API for controlling it that ordinary SDK apps can hold.

Upvotes: 1

Related Questions