Fix default value of the location privacy setting

This commit is contained in:
Morten Delenk 2022-08-15 09:15:55 +01:00
parent fff0f56d14
commit d864000235
No known key found for this signature in database
GPG key ID: 5130416C797067B6
2 changed files with 3 additions and 3 deletions

View file

@ -84,4 +84,4 @@
<string name="qr_scan_fragment_label">QR Code Scanner</string>
<string name="qr_code_fragment">QR Code</string>
<string name="edit_item_fragment">Edit Item</string>
</resources>
</resources>

View file

@ -4,7 +4,7 @@
<ListPreference
android:id="@+id/pref_location_privacy"
android:defaultValue="location_round"
android:defaultValue="privacy_round"
android:entries="@array/demo_privacy_type_lbl"
android:entryValues="@array/demo_privacy_type"
android:key="location_privacy"
@ -18,4 +18,4 @@
android:title="@string/preference_location_accuracy"
app:min="0" />
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>