Sound Control

Action: 
com.roozen.intent.SOUND_CONTROL
Input: 
None
Output: 
None

Brings user to a sound control screen where user can modify a number of different sound settings.

Example Usage:

Intent intent = new Intent("com.roozen.intent.SOUND_CONTROL");
intent.addCategory(Intent.CATEGORY_DEFAULT);
startActivity(intent);

Applications providing Sound Control

Titlesort icon Provides intent actions Provides intent URIs Uses action Uses URI Description
Sound Manager

Sound Manager exposes the volume controls to allow the user to manually change any volume stream or change the ringmode, or change vibration settings.