1
0
Fork 0

For #1264 - Removes data choice options

master
Jeff Boek 2019-04-17 16:56:55 -07:00 committed by Colin Lee
parent 130d85cf69
commit 8dd9820734
2 changed files with 0 additions and 14 deletions

View File

@ -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?) {

View File

@ -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>