Bug 715260: Web apps support should be hidden as it is not supported now. [r=mfinkle]

This commit is contained in:
Sriram Ramasubramanian 2012-02-01 11:42:42 -08:00
Родитель 4fe8a051b2
Коммит 9a89878e6d
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -134,15 +134,16 @@
</activity>
#endif
<!-- Bug 715260: Hiding Webapps support
<activity android:name="LauncherShortcuts"
android:label="@string/launcher_shortcuts_title"
android:theme="@style/Gecko.Translucent">
<!-- This intent-filter allows your shortcuts to be created in the launcher. -->
<intent-filter>
<action android:name="android.intent.action.CREATE_SHORTCUT" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
</activity>
-->
<activity android:name="org.mozilla.gecko.AwesomeBar"
android:theme="@style/Gecko.Light"