Back to project page RejsekortReader.
The source code is released under:
GNU General Public License
If you think the Android project RejsekortReader listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package info.rejsekort.reader; /*from w w w.j a v a2 s . c o m*/ import info.rejsekort.reader.rkf.RKFCard; import android.app.Application; public class RejsekortReaderApp extends Application { public RKFCard mRKFCard; @Override public void onCreate() { super.onCreate(); } }