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