酷狗概念版 v2.5.5版本的 MD5 值为:782d327088fca4e58310f35a56f41319

以下内容为反编译后的 c.java 源代码,内容仅作参考


package com.kugou.android.app.dialog;

import android.content.Context;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import com.kugou.android.app.NavigationUtils;
import com.kugou.android.app.flexowebview.KGFelxoWebFragment;
import com.kugou.android.lite.R;
import com.kugou.android.share.countersign.d.h;
import com.kugou.common.base.AbsFrameworkFragment;
import com.kugou.common.filemanager.entity.KGFile;
import com.kugou.common.utils.bv;
import com.kugou.common.utils.bz;
import com.kugou.framework.service.entity.KGMusicWrapper;

public class c {
    public static void a(Context context, KGMusicWrapper kGMusicWrapper) {
        a(context, kGMusicWrapper, false);
    }

    public static void a(Context context, KGFile kGFile) {
        a(context, kGFile, false);
    }

    public static void a(Context context, KGMusicWrapper kGMusicWrapper, boolean z) {
        if (com.kugou.android.netmusic.musicstore.c.a(context)) {
            if (kGMusicWrapper == null) {
                bv.a(context, R.string.az1);
            } else {
                a(context, kGMusicWrapper.v(), kGMusicWrapper.r(), z);
            }
        }
    }

    public static void a(Context context, KGFile kGFile, boolean z) {
        if (com.kugou.android.netmusic.musicstore.c.a(context)) {
            if (kGFile == null) {
                bv.a(context, R.string.az1);
            } else {
                a(context, kGFile.q(), kGFile.bT_(), z);
            }
        }
    }

    private static void a(Context context, String str, String str2, boolean z) {
        if (!com.kugou.common.environment.a.u()) {
            bv.b(context, context.getResources().getString(R.string.b3d));
            NavigationUtils.startLoginFragment(context);
            return;
        }
        Bundle bundle = new Bundle();
        bundle.putString("songname", bz.a(str));
        bundle.putString("hash", com.kugou.android.app.common.comment.c.c.b(str2));
        bundle.putString("banner", "2");
        String str3 = "https://activity.kugou.com/vo-activity/3bd40aa0-f0f4-11ea-a6d8-cb820bfee842/#/feedback/1001" + h.a(bundle);
        Bundle bundle2 = new Bundle();
        bundle2.putBoolean("felxo_fragment_has_title_menu", false);
        bundle2.putBoolean("felxo_fragment_has_playing_bar", false);
        bundle2.putBoolean("KG_FELXO_WEB_IS_AUTO_WEB_VIEW", true);
        bundle2.putString("web_url", str3);
        if (z) {
            bundle2.putBoolean(AbsFrameworkFragment.FLAG_NEW_INSTANCE, true);
        }
        com.kugou.common.base.g.a((Class<? extends Fragment>) KGFelxoWebFragment.class, bundle2);
    }
}