Implemented Android Smart Card Emulator

Includes jCardSim to emulate the following Java Card Applets in
Android's host card emulation:

- jCardSim Team's Hello World Applet
- Philip Wendland's ISO Applet
- Yubico's OpenPGP Applet
- Yubico's OATH Applet
This commit is contained in:
Frank Morgner
2015-03-07 02:40:41 +01:00
parent ccdcee36b6
commit dae12a816a
60 changed files with 4034 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
</style>
</resources>