init config EM
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -75,6 +75,8 @@
|
|||||||
android:name=".kredit.CreditCardActivity"
|
android:name=".kredit.CreditCardActivity"
|
||||||
style="@style/Theme.AppCompat"
|
style="@style/Theme.AppCompat"
|
||||||
android:exported="false" />
|
android:exported="false" />
|
||||||
|
|
||||||
|
<activity android:name="com.sunmi.emv.l2.view.AppSelectActivity"/>
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
@@ -105,6 +105,7 @@ public class MyApplication extends Application {
|
|||||||
*/
|
*/
|
||||||
public void bindPaySDKService() {
|
public void bindPaySDKService() {
|
||||||
final SunmiPayKernel payKernel = SunmiPayKernel.getInstance();
|
final SunmiPayKernel payKernel = SunmiPayKernel.getInstance();
|
||||||
|
payKernel.setEmvL2Split(true);
|
||||||
payKernel.initPaySDK(this, new SunmiPayKernel.ConnectCallback() {
|
payKernel.initPaySDK(this, new SunmiPayKernel.ConnectCallback() {
|
||||||
@Override
|
@Override
|
||||||
public void onConnectPaySDK() {
|
public void onConnectPaySDK() {
|
||||||
|
|||||||
Reference in New Issue
Block a user