mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 715260: Web apps support should be hidden as it is not supported now. [r=mfinkle]
This commit is contained in:
parent
d5d3b67398
commit
45e99f9c86
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user