For #1264 - Removes data choice options

nightly-build-test
Jeff Boek 5 years ago committed by Colin Lee
parent 130d85cf69
commit 8dd9820734

@ -30,11 +30,6 @@ class DataChoicesFragment : PreferenceFragmentCompat() {
}
}
}
findPreference<SwitchPreference>(getString(R.string.pref_key_fenix_health_report))?.apply {
val appName = getString(R.string.app_name)
title = getString(R.string.preferences_fenix_health_report, appName)
}
}
override fun onCreatePreferences(savedInstanceState: Bundle?, rootKey: String?) {

@ -8,13 +8,4 @@
android:key="@string/pref_key_telemetry"
android:title="@string/preferences_telemetry"
app:iconSpaceReserved="false" />
<androidx.preference.SwitchPreference
android:defaultValue="true"
android:key="@string/pref_key_crash_reporter"
android:title="@string/preferences_crash_reporter"
app:iconSpaceReserved="false" />
<androidx.preference.SwitchPreference
android:key="@string/pref_key_fenix_health_report"
android:title="@string/preferences_fenix_health_report"
app:iconSpaceReserved="false" />
</PreferenceScreen>

Loading…
Cancel
Save