mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-27 19:09:47 +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>
|
</intent-filter>
|
||||||
</receiver>
|
</receiver>
|
||||||
|
|
||||||
|
#ifndef MOZ_ANDROID_SHARE_OVERLAY
|
||||||
<activity
|
<activity
|
||||||
android:theme="@style/SyncTheme"
|
android:theme="@style/SyncTheme"
|
||||||
android:excludeFromRecents="true"
|
android:excludeFromRecents="true"
|
||||||
@ -90,3 +91,4 @@
|
|||||||
<data android:mimeType="text/plain" />
|
<data android:mimeType="text/plain" />
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user