MD5 校验值:8005b9444b02324a81f85f1ef7e26f28
u2.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package g4; import android.content.ContentProvider; import android.content.ContentValues; import android.content.Context; import android.content.pm.PackageManager; import android.content.pm.ProviderInfo; import android.database.Cursor; import android.net.Uri; import android.os.Bundle; import android.text.TextUtils; import m5.kz; import m5.o80; public final class u2 extends ContentProvider { @Override public final void attachInfo(Context context, ProviderInfo providerInfo) { Bundle bundle; try { bundle = j5.d.a(context).a(128, context.getPackageName()).metaData; } catch (PackageManager.NameNotFoundException unused) { o80.g(6); bundle = null; if (kz.f13377b == null) { } kz kzVar = kz.f13377b; if (bundle == null) { } if (bundle != null) { } super.attachInfo(context, providerInfo); } catch (NullPointerException unused2) { o80.g(6); bundle = null; if (kz.f13377b == null) { } kz kzVar2 = kz.f13377b; if (bundle == null) { } if (bundle != null) { } super.attachInfo(context, providerInfo); } if (kz.f13377b == null) { kz.f13377b = new kz(); } kz kzVar22 = kz.f13377b; if (bundle == null) { o80.c("Metadata was null."); } else { try { String str = (String) bundle.get("com.google.android.gms.ads.APPLICATION_ID"); try { Boolean bool = (Boolean) bundle.get("com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT"); try { String str2 = (String) bundle.get("com.google.android.gms.ads.INTEGRATION_MANAGER"); if (str != null) { if (str.matches("^ca-app-pub-[0-9]{16}~[0-9]{10}$")) { o80.b("Publisher provided Google AdMob App ID in manifest: ".concat(str)); if ((bool == null || !bool.booleanValue()) && kzVar22.f13378a.compareAndSet(false, true)) { new Thread(new b5.a1(kzVar22, context, str)).start(); } } else { throw new IllegalStateException("\n\n******************************************************************************\n* Invalid application ID. Follow instructions here: *\n* https://googlemobileadssdk.page.link/admob-android-update-manifest *\n* to find your app ID. *\n* Google Ad Manager publishers should follow instructions here: *\n* https://googlemobileadssdk.page.link/ad-manager-android-update-manifest. *\n******************************************************************************\n\n"); } } else if (!TextUtils.isEmpty(str2)) { o80.b("The Google Mobile Ads SDK is integrated by ".concat(String.valueOf(str2))); } else { throw new IllegalStateException("\n\n******************************************************************************\n* The Google Mobile Ads SDK was initialized incorrectly. AdMob publishers *\n* should follow the instructions here: *\n* https://googlemobileadssdk.page.link/admob-android-update-manifest *\n* to add a valid App ID inside the AndroidManifest. *\n* Google Ad Manager publishers should follow instructions here: *\n* https://googlemobileadssdk.page.link/ad-manager-android-update-manifest. *\n******************************************************************************\n\n"); } } catch (ClassCastException e10) { throw new IllegalStateException("The com.google.android.gms.ads.INTEGRATION_MANAGER metadata must have a String value.", e10); } } catch (ClassCastException e11) { throw new IllegalStateException("The com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT metadata must have a boolean value.", e11); } } catch (ClassCastException e12) { throw new IllegalStateException("The com.google.android.gms.ads.APPLICATION_ID metadata must have a String value.", e12); } } if (bundle != null) { boolean z10 = bundle.getBoolean("com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION", false); boolean z11 = bundle.getBoolean("com.google.android.gms.ads.flag.OPTIMIZE_AD_LOADING", false); if (z10) { o80.b("com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION is enabled"); } if (z11) { o80.b("com.google.android.gms.ads.flag.OPTIMIZE_AD_LOADING is enabled"); } } super.attachInfo(context, providerInfo); } @Override public final int delete(Uri uri, String str, String[] strArr) { return 0; } @Override public final String getType(Uri uri) { return null; } @Override public final Uri insert(Uri uri, ContentValues contentValues) { return null; } @Override public final boolean onCreate() { return false; } @Override public final Cursor query(Uri uri, String[] strArr, String str, String[] strArr2, String str2) { return null; } @Override public final int update(Uri uri, ContentValues contentValues, String str, String[] strArr) { return 0; } }