wifi trigger needs location permission

This commit is contained in:
Jens
2022-07-17 23:40:17 +02:00
parent d07c1a05e4
commit 19fd2d098b
9 changed files with 39 additions and 4 deletions

View File

@ -47,6 +47,19 @@
</TableRow>
<TableRow>
<TextView
android:id="@+id/tvWifiTriggerNameLocationNotice"
android:layout_span="2"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textColor="@color/red"
android:text="@string/locationRequiredToDetermineWifiName"
android:layout_marginVertical="@dimen/default_margin"
android:visibility="gone" />
</TableRow>
<TableRow>
<TextView