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:
@@ -811,7 +811,6 @@
|
||||
<string name="drawer_close">"Close navigation drawer"</string>
|
||||
<string name="my_keys">"My Keys"</string>
|
||||
<string name="nav_backup">"Backup/Restore"</string>
|
||||
<string name="nav_transfer">"Secure Wifi Transfer"</string>
|
||||
|
||||
<!-- hints -->
|
||||
<string name="encrypt_content_edit_text_hint">"Type text"</string>
|
||||
|
||||
Reference in New Issue
Block a user