Merge "Add minimum TLS version for Wi-Fi EAP network"

This commit is contained in:
TreeHugger Robot
2022-12-05 03:33:42 +00:00
committed by Android (Google) Code Review
5 changed files with 88 additions and 1 deletions

View File

@@ -187,6 +187,24 @@
android:prompt="@string/wifi_eap_ca_cert"/>
</LinearLayout>
<LinearLayout android:id="@+id/l_min_tls_ver"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:visibility="gone"
style="@style/wifi_item">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/wifi_item_label"
android:text="@string/wifi_eap_min_tls_ver"/>
<Spinner android:id="@+id/min_tls_ver"
android:layout_width="match_parent"
android:layout_height="wrap_content"
style="@style/wifi_item_spinner"
android:prompt="@string/wifi_eap_min_tls_ver"/>
</LinearLayout>
<LinearLayout android:id="@+id/l_ocsp"
android:layout_width="match_parent"
android:layout_height="wrap_content"