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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
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");
}
}