add experimental setting to allow untested usb devices
This commit is contained in:
@@ -1982,5 +1982,7 @@
|
||||
</plurals>
|
||||
|
||||
<string name="button_locate_nfc">"Where is my NFC reader?"</string>
|
||||
<string name="label_usb_untested_summary">If enabled, USB Smartcard readers can be used that have not been properly tested.</string>
|
||||
<string name="label_usb_untested">Allow untested USB Devices</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -35,6 +35,14 @@
|
||||
android:persistent="true"
|
||||
android:title="@string/label_theme" />
|
||||
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="experimentalUsbAllowUntested"
|
||||
android:persistent="true"
|
||||
android:summary="@string/label_usb_untested_summary"
|
||||
android:title="@string/label_usb_untested" />
|
||||
|
||||
<SwitchPreference
|
||||
android:defaultValue="false"
|
||||
android:key="smartpgp_authorities_pref"
|
||||
|
||||
Reference in New Issue
Block a user