mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 02:43:07 +00:00
Bug 1044794 - Part 2: disable Sync share handler when share overlay is enabled. r=rnewman,nalexander
This commit is contained in:
parent
50da92ad57
commit
1b1e134676
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user