mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
store background location pref
This commit is contained in:
parent
74f7281a60
commit
74a34cd9b6
5 changed files with 20 additions and 2 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue