drop broken secure wifi transfer feature
This feature depended on the unsupported TLS-PSK implementation shipped with Android's conscrypt implementation. It abused a duck typing mechanism that allowed using TLS-PSK despite its unsupported status, but this silently broke somewhere along the way.
This commit is contained in:
@@ -18,11 +18,6 @@
|
||||
android:title="@string/menu_export_key"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_key_view_skt"
|
||||
android:title="@string/menu_secure_wifi_transfer"
|
||||
app:showAsAction="never" />
|
||||
|
||||
<item
|
||||
android:id="@+id/menu_key_view_delete"
|
||||
android:icon="@drawable/ic_delete_grey_24dp"
|
||||
|
||||
Reference in New Issue
Block a user