Merge "Relax char length limits and add clarifications"

This commit is contained in:
TreeHugger Robot
2017-12-22 03:31:30 +00:00
committed by Android (Google) Code Review

View File

@@ -9154,9 +9154,9 @@
<!-- Note displayed when certain features are not available on low ram devices. [CHAR LIMIT=NONE] --> <!-- Note displayed when certain features are not available on low ram devices. [CHAR LIMIT=NONE] -->
<string name="disabled_low_ram_device">This feature is not available on this device</string> <string name="disabled_low_ram_device">This feature is not available on this device</string>
<!-- UI debug setting: enable gnss raw meas full tracking [CHAR LIMIT=25] --> <!-- UI debug setting: preference title - enforce full raw GNSS satellite measurements [CHAR LIMIT=60] -->
<string name="enable_gnss_raw_meas_full_tracking">Force Full GnssMeasurement</string> <string name="enable_gnss_raw_meas_full_tracking">Force full GNSS measurements</string>
<!-- UI debug setting: enable gpu debug layers summary [CHAR LIMIT=50] --> <!-- UI debug setting: preference summary - describes the behavior of forcing full raw GNSS satellite measurements [CHAR LIMIT=NONE] -->
<string name="enable_gnss_raw_meas_full_tracking_summary">Disable GNSS duty-cycling, track all constellations and frequencies.</string> <string name="enable_gnss_raw_meas_full_tracking_summary">Track all GNSS constellations and frequencies with no duty cycling</string>
</resources> </resources>