50 lines
1.8 KiB
Java
50 lines
1.8 KiB
Java
package o;
|
|
|
|
import android.content.Context;
|
|
import androidx.core.app.ActivityCompat;
|
|
import com.scb.phone.view.activity.NhoxActivity;
|
|
import java.lang.ref.WeakReference;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* renamed from: o.dqV, reason: case insensitive filesystem */
|
|
/* loaded from: classes4.dex */
|
|
public final class C9787dqV implements InterfaceC15579guf {
|
|
private final boolean b;
|
|
private final WeakReference<NhoxActivity> d;
|
|
|
|
public C9787dqV(NhoxActivity nhoxActivity, boolean z) {
|
|
C14957gcv.e(nhoxActivity, "");
|
|
this.b = z;
|
|
this.d = new WeakReference<>(nhoxActivity);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void c() {
|
|
String[] strArr;
|
|
NhoxActivity nhoxActivity = this.d.get();
|
|
if (nhoxActivity == null) {
|
|
return;
|
|
}
|
|
strArr = C9845dra.d;
|
|
ActivityCompat.lM_(nhoxActivity, strArr, 94);
|
|
}
|
|
|
|
@Override // o.InterfaceC15577gud
|
|
public final void e() {
|
|
if (this.d.get() == null) {
|
|
return;
|
|
}
|
|
Boolean bool = Boolean.FALSE;
|
|
NhoxActivity.c(new Object[]{"requestPermissionStatus", NhoxActivity.a(Boolean.TRUE, bool, bool, null, null, null, 56)}, 843040277, -843040276, (int) System.currentTimeMillis());
|
|
}
|
|
|
|
@Override // o.InterfaceC15579guf
|
|
public final void a() {
|
|
NhoxActivity nhoxActivity = this.d.get();
|
|
if (nhoxActivity == null) {
|
|
return;
|
|
}
|
|
NhoxActivity.c(new Object[]{nhoxActivity, Boolean.valueOf(this.b)}, 315286432, -315286428, ((Context) Class.forName("android.app.ActivityThread").getMethod("currentApplication", new Class[0]).invoke(null, null)).getApplicationContext().getResources().getString(com.scb.phone.R.string.e_document_description_mcmc).substring(49, 50).length() - 1621309538);
|
|
}
|
|
}
|