diff --git a/app/metrics.yaml b/app/metrics.yaml index 62d81c23d..c2aed9807 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -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: > diff --git a/app/src/main/java/org/mozilla/fenix/FenixApplication.kt b/app/src/main/java/org/mozilla/fenix/FenixApplication.kt index ec3c50eb8..2768ac747 100644 --- a/app/src/main/java/org/mozilla/fenix/FenixApplication.kt +++ b/app/src/main/java/org/mozilla/fenix/FenixApplication.kt @@ -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)