Bug 1044794 - Part 2: disable Sync share handler when share overlay is enabled. r=rnewman,nalexander

This commit is contained in:
Chris Kitching 2014-08-24 17:02:35 -07:00
parent 50da92ad57
commit 1b1e134676

View File

@ -74,6 +74,7 @@
</intent-filter>
</receiver>
#ifndef MOZ_ANDROID_SHARE_OVERLAY
<activity
android:theme="@style/SyncTheme"
android:excludeFromRecents="true"
@ -90,3 +91,4 @@
<data android:mimeType="text/plain" />
</intent-filter>
</activity>
#endif