mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 941744 - Remove Send Tab intent filter from RELEASE_BUILDs. r=nalexander
This commit is contained in:
parent
94d87ffc6d
commit
0b3c45c7d6
@ -77,6 +77,7 @@
|
||||
<activity
|
||||
android:theme="@style/SyncTheme"
|
||||
android:excludeFromRecents="true"
|
||||
android:exported="true"
|
||||
android:icon="@drawable/icon"
|
||||
android:label="@string/sync_app_name"
|
||||
android:configChanges="keyboardHidden|orientation|screenSize"
|
||||
@ -84,9 +85,11 @@
|
||||
android:taskAffinity="org.mozilla.gecko.sync.setup"
|
||||
android:name="org.mozilla.gecko.sync.setup.activities.SendTabActivity" >
|
||||
|
||||
#ifndef RELEASE_BUILD
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEND" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<data android:mimeType="text/plain" />
|
||||
</intent-filter>
|
||||
#endif
|
||||
</activity>
|
||||
|
Loading…
Reference in New Issue
Block a user