导航菜单

页面标题

页面副标题

Clash Legends v0.0.1 - FuturePaymentInfoActivity.java 源代码

正在查看: Clash Legends v0.0.1 应用的 FuturePaymentInfoActivity.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.paypal.android.sdk.payments;

import android.R;
import android.app.Activity;
import android.os.Bundle;
import com.paypal.android.sdk.fu;
import com.paypal.android.sdk.fw;

public final class FuturePaymentInfoActivity extends Activity {
    private ah a;

    @Override
    protected final void onCreate(Bundle bundle) {
        super.onCreate(bundle);
        ag agVar = (ag) getIntent().getExtras().getSerializable("com.paypal.details.scope");
        setTheme(R.style.Theme.Holo.Light);
        requestWindowFeature(8);
        ah ahVar = new ah(this, agVar);
        this.a = ahVar;
        setContentView(ahVar.a);
        d.a(this, this.a.b, (fw) null);
        this.a.c.setText(fu.a(fw.BACK_BUTTON));
        this.a.c.setOnClickListener(new af(this));
    }
}