和通讯录 v3.9.6版本的 MD5 值为:669178e2ee1b2311daf378bd20c6bbe1

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


package com.chinamobile.contacts.im.conference;

import com.chinamobile.contacts.im.view.HintsDialog;

public class r implements Runnable {

    final q f1774a;

    public r(q qVar) {
        this.f1774a = qVar;
    }

    @Override
    public void run() {
        try {
            HintsDialog hintsDialog = new HintsDialog(this.f1774a.f1773a, "温馨提示", "多方通话创建成功,请等候会议接入码(18818812590呼叫)");
            hintsDialog.setStyle(HintsDialog.STYLE_SINGLE_BUTTON);
            hintsDialog.setCancelable(false);
            hintsDialog.setButton(new s(this));
            hintsDialog.show();
        } catch (Exception e) {
            e.printStackTrace();
        }
    }
}