Fix 2147749: Make Settings.ACTION_SOUND_SETTINGS work

Added the official action to the Settings manifest.
This commit is contained in:
Amith Yamasani
2009-09-29 11:10:05 -07:00
parent 69c51fea86
commit d7705d4cd7

View File

@@ -225,6 +225,7 @@
<action android:name="com.android.settings.SOUND_SETTINGS" />
<action android:name="com.android.settings.DISPLAY_SETTINGS" />
<action android:name="android.settings.DISPLAY_SETTINGS" />
<action android:name="android.settings.SOUND_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.VOICE_LAUNCH" />
<category android:name="com.android.settings.SHORTCUT" />