Remove open links in private tab telemetry

upstream-sync
Elise Richards 3 years ago committed by mergify[bot]
parent f1cf6f4651
commit de992994de

@ -1420,24 +1420,6 @@ preferences:
notification_emails:
- android-probes@mozilla.com
expires: "2022-02-01"
open_links_in_private:
type: boolean
description: >
Whether or not the user has enabled open links in a private tab.
default: false
send_in_pings:
- metrics
bugs:
- https://github.com/mozilla-mobile/fenix/issues/11118
data_reviews:
- https://github.com/mozilla-mobile/fenix/pull/11211
- https://github.com/mozilla-mobile/fenix/pull/15713#issuecomment-703972068
- https://github.com/mozilla-mobile/fenix/pull/19924#issuecomment-861423789
data_sensitivity:
- interaction
notification_emails:
- android-probes@mozilla.com
expires: "2021-08-01"
signed_in_sync:
type: boolean
description: >

@ -638,7 +638,6 @@ open class FenixApplication : LocaleAwareApplication(), Provider {
bookmarksSuggestion.set(settings.shouldShowBookmarkSuggestions)
clipboardSuggestionsEnabled.set(settings.shouldShowClipboardSuggestions)
searchShortcutsEnabled.set(settings.shouldShowSearchShortcuts)
openLinksInPrivate.set(settings.openLinksInAPrivateTab)
privateSearchSuggestions.set(settings.shouldShowSearchSuggestionsInPrivate)
voiceSearchEnabled.set(settings.shouldShowVoiceSearch)
openLinksInAppEnabled.set(settings.openLinksInExternalApp)

Loading…
Cancel
Save