Change location settings "Device sensors" to "Device only" (b/10992469).
Note this is the minimum change for things visible to the user. I double checked the accessibility string description and it is still valid as is (it says "Use GPS to pinpoint your location"). We can also change the internal code variable names to not say "sensors" but I would suggest doing this after KLP as is a noop in UI. Change-Id: I2f747a42388a82e30c59b4b6e91849c5d590e1af
This commit is contained in:
@@ -2408,8 +2408,8 @@
|
|||||||
<string name="location_mode_high_accuracy_title">High accuracy</string>
|
<string name="location_mode_high_accuracy_title">High accuracy</string>
|
||||||
<!-- [CHAR LIMIT=30] Location settings screen, battery saving location mode -->
|
<!-- [CHAR LIMIT=30] Location settings screen, battery saving location mode -->
|
||||||
<string name="location_mode_battery_saving_title">Battery saving</string>
|
<string name="location_mode_battery_saving_title">Battery saving</string>
|
||||||
<!-- [CHAR LIMIT=30] Location settings screen, device sensors only location mode -->
|
<!-- [CHAR LIMIT=30] Location settings screen, device only location mode -->
|
||||||
<string name="location_mode_sensors_only_title">Device sensors</string>
|
<string name="location_mode_sensors_only_title">Device only</string>
|
||||||
<!-- [CHAR LIMIT=30] Location settings screen, location off mode -->
|
<!-- [CHAR LIMIT=30] Location settings screen, location off mode -->
|
||||||
<string name="location_mode_location_off_title">Location off</string>
|
<string name="location_mode_location_off_title">Location off</string>
|
||||||
<!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests -->
|
<!-- [CHAR LIMIT=30] Location settings screen, sub category for recent location requests -->
|
||||||
|
Reference in New Issue
Block a user