Open Vibration Settings
com.roozen.intent.VIBRATION_CONTROL
Brings user to activity to quickly change the phone’s vibration settings.
Use
public void startOpenVibrationSettings() { Intent intent = new Intent("com.roozen.intent.VIBRATION_CONTROL"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="com.roozen.intent.VIBRATION_CONTROL" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)