Fix default value of the location privacy setting
This commit is contained in:
parent
fff0f56d14
commit
d864000235
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue