Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 24e14277 authored by Lifu Tang's avatar Lifu Tang
Browse files

Relax char length limits and add clarifications

Bug: 70775976
Test: build, flash, and test manually
Change-Id: Ie278704bf32ce39fcd15509fdce09de2ace17993
parent d763a840
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -9150,9 +9150,9 @@
    <!-- 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>
    <!-- UI debug setting: enable gnss raw meas full tracking [CHAR LIMIT=25] -->
    <string name="enable_gnss_raw_meas_full_tracking">Force Full GnssMeasurement</string>
    <!-- UI debug setting: enable gpu debug layers summary [CHAR LIMIT=50] -->
    <string name="enable_gnss_raw_meas_full_tracking_summary">Disable GNSS duty-cycling, track all constellations and frequencies.</string>
    <!-- UI debug setting: preference title - enforce full raw GNSS satellite measurements [CHAR LIMIT=60] -->
    <string name="enable_gnss_raw_meas_full_tracking">Force full GNSS measurements</string>
    <!-- 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">Track all GNSS constellations and frequencies with no duty cycling</string>
</resources>