微信分享回调与APP打开小程序冲突

public void onResp(BaseResp resp) {
    if (resp.getType() == ConstantsAPI.COMMAND_LAUNCH_WX_MINIPROGRAM) {
        WXLaunchMiniProgram.Resp launchMiniProResp = (WXLaunchMiniProgram.Resp) resp;
        String extraData = launchMiniProResp.extMsg; //对应小程序组件 

你可能感兴趣的:(android,Exception)