card io not scanning credit card in android
问题 I am trying to implement Card.io in my app, I followed the instructions on Card.io website and when I get into my app and I launch it. When I click button I call CardIOActivity and I can't turn on my camera. I have this screen when I click button This is my manifest code: <uses-sdk android:minSdkVersion="8" /> <uses-permission android:name="android.permission.CAMERA" /> <uses-permission android:name="android.permission.VIBRATE" /> <uses-feature android:name="android.hardware.camera" android