From fa811cb244a2a3e73c4e1bb182eae8471332a777 Mon Sep 17 00:00:00 2001 From: Elise Richards Date: Mon, 30 Aug 2021 14:27:56 -0700 Subject: [PATCH] Remove enable private search suggestions telemetry --- app/metrics.yaml | 19 ------------------- .../org/mozilla/fenix/FenixApplication.kt | 1 - 2 files changed, 20 deletions(-) diff --git a/app/metrics.yaml b/app/metrics.yaml index c2aed98074..7cd40f20de 100644 --- a/app/metrics.yaml +++ b/app/metrics.yaml @@ -1479,25 +1479,6 @@ preferences: notification_emails: - android-probes@mozilla.com expires: "2022-02-01" - private_search_suggestions: - type: boolean - description: > - Whether or not the user has enabled showing search suggestions - in private mode. - default: false (we prompt the user, asking them to make a selection) - 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" toolbar_position_setting: type: string description: > diff --git a/app/src/main/java/org/mozilla/fenix/FenixApplication.kt b/app/src/main/java/org/mozilla/fenix/FenixApplication.kt index 2768ac7472..478c33f7af 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) - privateSearchSuggestions.set(settings.shouldShowSearchSuggestionsInPrivate) voiceSearchEnabled.set(settings.shouldShowVoiceSearch) openLinksInAppEnabled.set(settings.openLinksInExternalApp) signedInSync.set(settings.signedInFxaAccount)