导航菜单

页面标题

页面副标题

CleanTube v9.9.5 - Introduction.java 源代码

正在查看: CleanTube v9.9.5 应用的 Introduction.java JAVA 源代码文件

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


package com.sgebrelibanos.aderaser;

import android.content.Intent;
import android.content.SharedPreferences;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import androidx.appcompat.app.c;
import com.sgebrelibanos.aderaser.Introduction;
import kotlin.Metadata;
import o1.k;
import o1.y;

@Metadata(d1 = {"\u0000\u001a\n\u0002\u0018\u0002\n\u0002\u0018\u0002\n\u0002\b\u0002\n\u0002\u0018\u0002\n\u0000\n\u0002\u0018\u0002\n\u0002\b\u0003\u0018\u00002\u00020\u0001B\u0007¢\u0006\u0004\b\u0002\u0010\u0003J\u0019\u0010\u0007\u001a\u00020\u00062\b\u0010\u0005\u001a\u0004\u0018\u00010\u0004H\u0014¢\u0006\u0004\b\u0007\u0010\b¨\u0006\t"}, d2 = {"Lcom/sgebrelibanos/aderaser/Introduction;", "Landroidx/appcompat/app/c;", "<init>", "()V", "Landroid/os/Bundle;", "savedInstanceState", "Lc1/y;", "onCreate", "(Landroid/os/Bundle;)V", "app_release"}, k = 1, mv = {1, 7, 1}, xi = 48)
public final class Introduction extends c {
    public static final void j0(y yVar, Introduction introduction, View view) {
        k.f(yVar, "$editor");
        k.f(introduction, "this$0");
        ((SharedPreferences.Editor) yVar.f13316e).putBoolean("introduced", true);
        ((SharedPreferences.Editor) yVar.f13316e).apply();
        introduction.startActivity(new Intent(introduction, (Class<?>) MainActivity.class));
    }

    @Override
    protected void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        setContentView(2131558431);
        Button button = (Button) findViewById(2131362208);
        SharedPreferences sharedPreferences = getSharedPreferences("INTRODUCTION", 0);
        final y yVar = new y();
        yVar.f13316e = sharedPreferences.edit();
        button.setOnClickListener(new View.OnClickListener() {
            @Override
            public final void onClick(View view) {
                Introduction.j0(o1.y.this, this, view);
            }
        });
    }
}