Bug 941744 - Remove Send Tab intent filter from RELEASE_BUILDs. r=nalexander

This commit is contained in:
Richard Newman 2014-04-10 14:25:20 -07:00
parent 94d87ffc6d
commit 0b3c45c7d6

View File

@ -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>