OSDN Git Service

Fix 2147749: Make Settings.ACTION_SOUND_SETTINGS work
authorAmith Yamasani <yamasani@google.com>
Tue, 29 Sep 2009 18:10:05 +0000 (11:10 -0700)
committerAmith Yamasani <yamasani@google.com>
Tue, 29 Sep 2009 18:10:05 +0000 (11:10 -0700)
Added the official action to the Settings manifest.

AndroidManifest.xml

index 0af6866..6ddd679 100644 (file)
                 <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" />