store background location pref

This commit is contained in:
Kevin Hester 2021-06-23 12:41:44 -07:00
parent 74f7281a60
commit 74a34cd9b6
5 changed files with 20 additions and 2 deletions

View file

@ -145,7 +145,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="16dp"
android:text="Provide location to mesh"
android:text="@string/provide_location_to_mesh"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/deviceRadioGroup" />

View file

@ -115,4 +115,5 @@
<string name="location">location</string>
<string name="cancel_no_radio">Cancel (no radio access)</string>
<string name="allow_will_show">Allow (will show dialog)</string>
<string name="provide_location_to_mesh">Provide location to mesh</string>
</resources>