Skip to content
Success

Changes

Summary

  1. README.md add section about device compatibility (details)
  2. MainActivity: use the API level to check the Android release version (details)
Commit 6f35a16c34f5179ea2b6d3586c83bbf1e38a1a85 by pmaier@sysmocom.de
README.md add section about device compatibility

To give potential users an estimate on which android devices the APDU proxy
may work, let's explain a bit about which Android releases have OMAPI and
which not. Let's also add a table with devices with which we have tested
the APDU proxy successfully.

Change-Id: I64459bbe2920c7381ab75e422bf317ad21c8b8cc
Related: OS#6367
The file was modifiedREADME.md
Commit f0a90b9a267b5d913e277342e8d9bcbfd2ae0d4e by pmaier@sysmocom.de
MainActivity: use the API level to check the Android release version

Change-Id: I2e8a22a638a3c9033002cfa61e1179f8a8d547df
Related: OS#6367
The file was modifiedapp/src/main/java/org/osmocom/androidApduProxy/MainActivity.java