Fix bug #15433763 "Sounds & Notifications" appears twice in the shortcut icon picker

- remove shortcut for the alias created for compatibility

Change-Id: Ic5b6f354143951a1d3688e5eb9b994066f425a2a
This commit is contained in:
Fabrice Di Meglio
2014-06-04 18:41:14 -07:00
parent bb05178dba
commit 61cab31a9e

View File

@@ -1695,7 +1695,6 @@
<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" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"
android:value="com.android.settings.notification.NotificationSettings" />