Open Ringtone settings
com.roozen.intent.RINGMODE_CONTROL
Brings user to activity to quickly change the device’s ringmode.
Use
public void startOpenRingtoneSettings() { Intent intent = new Intent("com.roozen.intent.RINGMODE_CONTROL"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="com.roozen.intent.RINGMODE_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!)