Files
rr3-apk/decompiled/sources/com/mbridge/msdk/activity/MBCommonActivity.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

60 lines
1.7 KiB
Java

package com.mbridge.msdk.activity;
import android.os.Build;
import android.os.Bundle;
import com.mbridge.msdk.foundation.tools.af;
import com.mbridge.msdk.foundation.webview.BrowserView;
import com.mbridge.msdk.foundation.webview.b;
/* loaded from: classes4.dex */
public class MBCommonActivity extends DomainMBCommonActivity {
public static final /* synthetic */ int $r8$clinit = 0;
private boolean b = false;
@Override // com.mbridge.msdk.activity.DomainMBCommonActivity, android.app.Activity
public void onCreate(Bundle bundle) {
if (Build.VERSION.SDK_INT != 26) {
setRequestedOrientation(1);
}
super.onCreate(bundle);
}
@Override // android.app.Activity
public void onDestroy() {
super.onDestroy();
if (this.b) {
return;
}
BrowserView browserView = this.browserView;
if (browserView != null) {
browserView.setListener(null);
this.browserView.destroy();
}
BrowserView remove = b.a.remove(this.a);
if (remove != null) {
remove.setListener(null);
remove.destroy();
}
}
@Override // android.app.Activity
public void finish() {
BrowserView browserView = this.browserView;
if (browserView != null) {
browserView.setListener(null);
this.browserView.destroy();
}
BrowserView remove = b.a.remove(this.a);
if (remove != null) {
remove.setListener(null);
remove.destroy();
}
this.b = true;
super.finish();
}
public void testfun() {
af.b("ASDFA", "DSFASDFADSFADSFADS");
}
}