replace unused NFC selection
Instead, tell the user to fix the nfc emulation requirements, e.g. installing samsung gear plugin or enabling the nfc settings.
This commit is contained in:
@@ -45,13 +45,6 @@
|
||||
<string name="jcardsim">Builtin Java Card Simulator</string>
|
||||
<string name="vicc">Remote Virtual Smart Card</string>
|
||||
|
||||
<string-array name="strNFC">
|
||||
<item>@string/nfc</item>
|
||||
<item>@string/gear</item>
|
||||
</string-array>
|
||||
<string name="nfc">Builtin NFC</string>
|
||||
<string name="gear">Samsung Accessory</string>
|
||||
|
||||
<string name="vicc_config_info">If you choose the virtual smart card (VICC) as emulator, you need to start the it on your computer with the `--reversed` flag and configure the connection parameters here accordingly.</string>
|
||||
<string name="hint_vicc_port">VICC Port</string>
|
||||
<string name="hint_vicc_hostname">VICC Hostname</string>
|
||||
|
||||
@@ -81,11 +81,23 @@
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<ListPreference
|
||||
<PreferenceCategory
|
||||
android:title="Near Field Communication"
|
||||
android:key="nfc"
|
||||
android:title="NFC communication hardware"
|
||||
android:defaultValue="@string/nfc"
|
||||
android:entries="@array/strNFC"
|
||||
android:entryValues="@array/strNFC" />
|
||||
>
|
||||
|
||||
<Preference
|
||||
android:title="Emulation with Built-in NFC"
|
||||
android:summary="NFC needs to be enabled for smart card emulation. Use the wireless settings to enable NFC."
|
||||
android:key="internal_nfc">
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
android:title="Emulation with Gear's NFC"
|
||||
android:summary="Samsung Gear needs to be installed for using the Gear's NFC emulation capabilities."
|
||||
android:key="gear_nfc">
|
||||
</Preference>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
</PreferenceScreen>
|
||||
Reference in New Issue
Block a user