added settings activity

This commit is contained in:
Frank Morgner
2016-04-07 15:36:00 +02:00
parent caff142b0b
commit f401923005
5 changed files with 383 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory
android:title="Java Card Emulator">
<Preference
android:title="NFC System Settings"
android:summary="NFC needs to be enabled for emulating a contactless smart card"
android:key="nfcSettings">
</Preference>
</PreferenceCategory>
</PreferenceScreen>