Merge "Adds a default for the badging curve thresholds to Settings app resources; this will be the fall-back default used by the WifiSettings in follow-on work."

This commit is contained in:
William Mee
2017-01-31 16:54:44 +00:00
committed by Android (Google) Code Review

View File

@@ -6041,6 +6041,10 @@
<!-- Option title for the default sound, context based on screen --> <!-- Option title for the default sound, context based on screen -->
<string name="default_sound">Default sound</string> <string name="default_sound">Default sound</string>
<!-- Wifi Picker defaults-->
<!-- The minimum kbps threshold needed to use badge; value is a map with key corresponding to
the badge enum in ScoredNetworks (SD, HD etc) and value throughput in kbps -->
<string name="wifi_badging_thresholds_default" translatable="false">10:3000,20:5000,30:25000</string>
<!-- Sounds and Notification --> <!-- Sounds and Notification -->
<!-- Sound: Dashboard summary indicating the volume of ringtone. example: Ring volume at 20%. <!-- Sound: Dashboard summary indicating the volume of ringtone. example: Ring volume at 20%.