Vibration Control

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

Brings user to activity to quickly change the phone's vibration settings.

Example Usage:

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

Applications providing Vibration 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.