正在查看: Fancy Optimizer v4.6.3 应用的 HowToEnableDocumentApiPermissionActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
正在查看: Fancy Optimizer v4.6.3 应用的 HowToEnableDocumentApiPermissionActivity.java JAVA 源代码文件
本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。
package com.fancyclean.boost.emptyfolder.ui.activity.sd;
import android.app.Dialog;
import android.content.DialogInterface;
import android.os.Build;
import android.os.Bundle;
import android.view.View;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.appcompat.app.AlertDialog;
import com.bytedance.frameworks.encryptor.R;
import com.thinkyeah.common.ui.dialog.c;
import dg.e;
import nl.b;
import nl.d;
public class HowToEnableDocumentApiPermissionActivity extends l8.a {
public static class a extends c {
@NonNull
public final Dialog onCreateDialog(Bundle bundle) {
c.a aVar = new c.a(getActivity());
aVar.g(2131886725);
aVar.l = getString(2131886956);
aVar.m = null;
View inflate = View.inflate(getActivity(), 2131558598, null);
((ImageView) inflate.findViewById(2131362456)).setImageResource(b.c() ? Build.VERSION.SDK_INT >= 24 ? 2131231652 : 2131231651 : d.c() ? Build.VERSION.SDK_INT >= 24 ? 2131231655 : 2131231654 : e.x() ? Build.VERSION.SDK_INT >= 24 ? 2131231658 : 2131231657 : Build.VERSION.SDK_INT >= 24 ? 2131231659 : 2131231653);
((TextView) inflate.findViewById(2131363610)).setText(getString(2131887193, new Object[]{getString(R.string.app_name)}));
aVar.x = inflate;
AlertDialog a = aVar.a();
a.setCancelable(false);
return a;
}
public final void onDismiss(DialogInterface dialogInterface) {
super/*androidx.fragment.app.DialogFragment*/.onDismiss(dialogInterface);
G();
}
}
@Override
public final void onCreate(Bundle bundle) {
super.onCreate(bundle);
if (bundle == null) {
a aVar = new a();
aVar.setArguments(new Bundle());
aVar.setCancelable(false);
aVar.show(getSupportFragmentManager(), "RequestSdcardPermissionDialogFragment");
}
}
}