app集成微信支付WXPayEntryActivity走哦那Create不走onResp回调
安卓版本13,调起微信支付成功,或者取消支付 会回调WXPayEntryActivity onCreate 但是不会回调onResp方法 onCreate中也
api = WXAPIFactory.createWXAPI(this, Constants.wxAppId);
api.handleIntent(getIntent(), WXPayEntryActivity.this);
manifest中也进行了注册 问题出在哪呢