Settings: Add preference to enable/disable assisted GPS.
Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
@@ -32,6 +32,12 @@
|
||||
android:summaryOn="@string/location_street_level"
|
||||
android:summaryOff="@string/location_gps_disabled"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="assisted_gps"
|
||||
android:title="@string/assisted_gps"
|
||||
android:summaryOn="@string/assisted_gps_enabled"
|
||||
android:summaryOff="@string/assisted_gps_disabled"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="use_location"
|
||||
android:title="@string/use_location_title"
|
||||
|
||||
Reference in New Issue
Block a user