You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
505 B
15 lines
505 B
package com.example.kvast_sdk;
|
|
|
|
import android.os.Bundle;
|
|
import p002a1.C0040a;
|
|
import p010d.ActivityC0527b;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class MainActivity extends ActivityC0527b {
|
|
@Override // androidx.fragment.app.ActivityC0296d, androidx.activity.ComponentActivity, p067w.ActivityC1780j, android.app.Activity
|
|
public void onCreate(Bundle bundle) {
|
|
super.onCreate(bundle);
|
|
setContentView(R.layout.activity_main);
|
|
C0040a.f18a.m5036b("aaaa", "kkk");
|
|
}
|
|
} |