зеркало из https://github.com/mozilla/gecko-dev.git
Bug 715260: Web apps support should be hidden as it is not supported now. [r=mfinkle]
This commit is contained in:
Родитель
4fe8a051b2
Коммит
9a89878e6d
|
@ -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"
|
||||||
|
|
Загрузка…
Ссылка в новой задаче