导航菜单

页面标题

页面副标题

Share Any v2.1.7 - WelcomeActivity.java 源代码

正在查看: Share Any v2.1.7 应用的 WelcomeActivity.java JAVA 源代码文件

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


package net.shareany.app.activity;

import a6.e;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.view.KeyEvent;
import android.view.View;
import br.com.simplepass.loadingbutton.customViews.CircularProgressButton;
import com.facebook.internal.c0;
import f.d;
import g.j;
import java.util.HashMap;
import java.util.Objects;
import java.util.concurrent.TimeUnit;
import m5.h;
import n5.f;
import o4.u;
import ob.b;
import u2.g;

public class WelcomeActivity extends j {
    public static final int A = 0;

    public class a implements View.OnClickListener {
        public final CircularProgressButton a;

        public class C0012a implements f.c {
            public C0012a() {
            }

            public void a(boolean r5) {
                throw new UnsupportedOperationException("Method not decompiled: net.shareany.app.activity.WelcomeActivity.a.C0012a.a(boolean):void");
            }
        }

        public a(CircularProgressButton circularProgressButton) {
            this.a = circularProgressButton;
        }

        @Override
        public void onClick(View view) {
            d.d(h.a(new byte[]{-23, -61, -6, -7, -3, -46, -17, -44, -6}, new byte[]{-114, -90}));
            if (e.b(h.a(new byte[]{-84, 52, -102, 46, -85, 52, -79, 38, -87, 43, -102, 52, -86, 50, -73, 36, -96, 24, -85, 38, -79, 50, -73, 34, -102, 33, -87, 40, -78}, new byte[]{-59, 71}), true)) {
                j jVar = WelcomeActivity.this;
                int i = WelcomeActivity.A;
                Objects.requireNonNull(jVar);
                jVar.startActivity(new Intent((Context) jVar, (Class<?>) LanguageActivity.class));
                jVar.finish();
                return;
            }
            this.a.f(g.b);
            j jVar2 = WelcomeActivity.this;
            String a = h.a(new byte[]{-83, 54, -29, 54, -66, 39, -29, 39, -69, 53, -29, 101, -4, 96, -5, 98, -4, 97, -3, 101, -3, 100, -4, 100, -1, 100, -6, 120, -10, 97, -2, 110, -8, 111, -8, 103, -9, 101}, new byte[]{-50, 87});
            C0012a c0012a = new C0012a();
            HashMap hashMap = f.a;
            if (System.currentTimeMillis() - f.c < 25000) {
                h.a(new byte[]{-27, -100, -18}, new byte[]{-74, -35});
                h.a(new byte[]{82, -31, 111, -22, 105, -4, 114, -5, 114, -18, 119, -81, 90, -21, 59, -26, 104, -81, 120, -32, 116, -29, 114, -31, 124, -81, 117, -32, 108, -81, 59, -95, 53, -95}, new byte[]{27, -113});
                c0012a.a(false);
            } else {
                TimeUnit timeUnit = TimeUnit.MILLISECONDS;
                pb.f fVar = dc.a.a;
                Objects.requireNonNull(timeUnit, "unit is null");
                Objects.requireNonNull(fVar, "scheduler is null");
                new wb.h(Math.max(0L, 0L), Math.max(0L, 50L), timeUnit, fVar).i(dc.a.b).f(b.a()).b(new n5.e(a, jVar2, c0012a, ((int) 7000) / 50));
            }
        }
    }

    public void onCreate(Bundle bundle) {
        super/*androidx.fragment.app.q*/.onCreate(bundle);
        setContentView(2131492914);
        CircularProgressButton findViewById = findViewById(2131296433);
        findViewById.setOnClickListener(new a(findViewById));
        findViewById(2131296714).setOnClickListener(new c0(this));
        String a2 = h.a(new byte[]{110, 15, 32, 15, 125, 30, 32, 30, 120, 12, 32, 92, 63, 89, 56, 91, 63, 88, 62, 92, 62, 93, 63, 93, 60, 93, 57, 65, 53, 88, 61, 87, 59, 86, 59, 94, 52, 92}, new byte[]{13, 110});
        HashMap hashMap = f.a;
        n5.a.b.a(new u(this, a2, 1));
    }

    public boolean onKeyDown(int i, KeyEvent keyEvent) {
        if (i == 4) {
            return true;
        }
        return super.onKeyDown(i, keyEvent);
    }
}