正在查看: Fancy Optimizer v4.6.3 应用的 BreakInAlertDetailActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Fancy Optimizer v4.6.3 应用的 BreakInAlertDetailActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.fancyclean.boost.applock.ui.activity;
import android.content.Intent;
import android.os.Bundle;
import android.text.Html;
import android.text.TextUtils;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.TextView;
import androidx.core.content.ContextCompat;
import com.github.chrisbanes.photoview.PhotoView;
import com.mbridge.msdk.foundation.entity.CampaignEx;
import com.thinkyeah.common.ui.view.TitleBar;
import k7.f;
import t5.j;
import t5.k;
public class BreakInAlertDetailActivity extends b {
public long r;
public String s;
public String t;
public TitleBar u;
public RelativeLayout v;
public boolean w = true;
public boolean f147x = false;
@Override
public final void onCreate(Bundle bundle) {
super.onCreate(bundle);
getWindow().setFlags(1024, 1024);
setContentView(2131558450);
Intent intent = getIntent();
this.r = intent.getLongExtra("time", 0L);
this.s = intent.getStringExtra("photo_path");
this.t = intent.getStringExtra(CampaignEx.JSON_KEY_PACKAGE_NAME);
TitleBar findViewById = findViewById(2131363196);
this.u = findViewById;
TitleBar.a configure = findViewById.getConfigure();
configure.a.j = ContextCompat.getColor(this, 2131099723);
configure.g(new j(this));
configure.a();
this.v = (RelativeLayout) findViewById(2131362975);
PhotoView photoView = (PhotoView) findViewById(2131362913);
photoView.setOnClickListener(new k(this));
ImageView imageView = (ImageView) findViewById(2131362397);
TextView textView = (TextView) findViewById(2131363689);
TextView textView2 = (TextView) findViewById(2131363556);
r5.a aVar = new r5.a(this.t);
aVar.c(this);
String str = aVar.e;
if (TextUtils.isEmpty(str)) {
str = "App";
}
textView2.setText(Html.fromHtml(getString(2131886236, str)));
textView.setText(u7.a.e(this, this.r));
f.c(this).o(aVar).D(imageView);
f.c(this).p(this.s).D(photoView);
}
}