mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/975: Removes leakcanary and default browser telemetry (https://github.com/mozilla-mobile/fenix/pull/3350)
This commit is contained in:
parent
4b86f769f5
commit
83134baf48
@ -141,9 +141,8 @@ events:
|
||||
A user toggled a preference switch in settings
|
||||
extra_keys:
|
||||
preference_key:
|
||||
description: "The preference key for the switch preference the user toggled. We currently track: leakcanary,
|
||||
make_default_browser, show_search_suggestions, show_visited_sites_bookmarks, remote_debugging, telemetry,
|
||||
tracking_protection"
|
||||
description: "The preference key for the switch preference the user toggled. We currently track:
|
||||
show_search_suggestions, show_visited_sites_bookmarks, remote_debugging, telemetry, tracking_protection"
|
||||
enabled:
|
||||
description: "Whether or not the preference is *now* enabled"
|
||||
bugs:
|
||||
|
@ -94,8 +94,6 @@ sealed class Event {
|
||||
|
||||
data class PreferenceToggled(val preferenceKey: String, val enabled: Boolean, val context: Context) : Event() {
|
||||
private val switchPreferenceTelemetryAllowList = listOf(
|
||||
context.getString(R.string.pref_key_leakcanary),
|
||||
context.getString(R.string.pref_key_make_default_browser),
|
||||
context.getString(R.string.pref_key_show_search_suggestions),
|
||||
context.getString(R.string.pref_key_show_visited_sites_bookmarks),
|
||||
context.getString(R.string.pref_key_remote_debugging),
|
||||
|
Loading…
Reference in New Issue
Block a user