Skip to content

Commit

Permalink
Disable GPS optimizations on new installations.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Feb 29, 2024
1 parent 5a2be9b commit fd5ad48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/res/values/constants.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<bool name="preferences_imperial_units_default_value" translatable="false">false</bool>

<string name="preferences_gps_optimizations_enabled_key" translatable="false">gps_optimizations_enabled_key</string>
<bool name="preferences_gps_optimizations_enabled_default_value" translatable="false">true</bool>
<bool name="preferences_gps_optimizations_enabled_default_value" translatable="false">false</bool>

<string name="preferences_general_category_settings_key" translatable="false">general_category_settings_key</string>
<string name="preferences_general_category_help_key" translatable="false">general_category_help_key</string>
Expand Down

0 comments on commit fd5ad48

Please sign in to comment.