正在查看: Fancy Optimizer v4.6.3 应用的 PushDeveloperActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Fancy Optimizer v4.6.3 应用的 PushDeveloperActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.fancyclean.boost.main.ui.activity.developer;
import android.content.SharedPreferences;
import android.os.Bundle;
import com.thinkyeah.common.ui.thinklist.a;
import com.thinkyeah.common.ui.view.TitleBar;
import hl.b;
import java.util.ArrayList;
import vj.h;
import wk.d;
public class PushDeveloperActivity extends v7.a<b> {
public static final int m = 0;
public final a l = new a();
public class a implements a.c {
public a() {
}
public final boolean a(int i, boolean z10) {
return true;
}
public final void b(int i, boolean z10) {
if (i != 100) {
return;
}
d dVar = PushDeveloperActivity.this;
SharedPreferences sharedPreferences = dVar.getSharedPreferences("main", 0);
if (sharedPreferences != null) {
sharedPreferences.getBoolean("subscribe_to_push_topic_test", z10);
}
kk.d.c(dVar).e(z10);
}
}
public final void onCreate(Bundle bundle) {
super.onCreate(bundle);
setContentView(2131558524);
TitleBar.a configure = findViewById(2131363196).getConfigure();
configure.f("Push");
configure.g(new t4.a(this, 20));
configure.a();
ArrayList arrayList = new ArrayList();
h hVar = y7.a.a;
SharedPreferences sharedPreferences = getSharedPreferences("main", 0);
com.thinkyeah.common.ui.thinklist.a aVar = new com.thinkyeah.common.ui.thinklist.a("Subscribe to Topic Test", this, sharedPreferences != null ? sharedPreferences.getBoolean("subscribe_to_push_topic_test", false) : false, 100);
aVar.setToggleButtonClickListener(this.l);
arrayList.add(aVar);
findViewById(2131363202).setAdapter(new jl.b(arrayList));
}
}