MD5 校验值:61e58c10a11e4adec8760ee3854e996a
G0.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package I2; 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 com.google.android.gms.internal.ads.C1016kp; import com.google.android.gms.internal.ads.RunnableC0575b3; import java.util.concurrent.atomic.AtomicBoolean; public final class G0 extends ContentProvider { @Override public final void attachInfo(Context context, ProviderInfo providerInfo) { String str; Bundle bundle = null; try { bundle = j3.b.a(context).d(128, context.getPackageName()).metaData; } catch (PackageManager.NameNotFoundException e) { e = e; str = "Failed to load metadata: Package name not found."; M2.h.g(str, e); if (C1016kp.f11651j == null) { } C1016kp c1016kp = C1016kp.f11651j; if (bundle == null) { } if (bundle != null) { } super.attachInfo(context, providerInfo); } catch (NullPointerException e7) { e = e7; str = "Failed to load metadata: Null pointer exception."; M2.h.g(str, e); if (C1016kp.f11651j == null) { } C1016kp c1016kp2 = C1016kp.f11651j; if (bundle == null) { } if (bundle != null) { } super.attachInfo(context, providerInfo); } if (C1016kp.f11651j == null) { C1016kp.f11651j = new C1016kp(10); } C1016kp c1016kp22 = C1016kp.f11651j; if (bundle == null) { M2.h.f("Metadata was null."); } else { try { String str2 = (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 str3 = (String) bundle.get("com.google.android.gms.ads.INTEGRATION_MANAGER"); if (str2 != null) { if (str2.matches("^ca-app-pub-[0-9]{16}~[0-9]{10}$")) { M2.h.d("Publisher provided Google AdMob App ID in manifest: ".concat(str2)); if ((bool == null || !bool.booleanValue()) && ((AtomicBoolean) c1016kp22.e).compareAndSet(false, true)) { new Thread(new RunnableC0575b3(context, str2, 5, false)).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(str3)) { M2.h.d("The Google Mobile Ads SDK is integrated by ".concat(String.valueOf(str3))); } else { throw new IllegalStateException("\n\n******************************************************************************\n* Missing application ID. AdMob publishers should follow the instructions *\n* 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 e8) { throw new IllegalStateException("The com.google.android.gms.ads.INTEGRATION_MANAGER metadata must have a String value.", e8); } } catch (ClassCastException e9) { throw new IllegalStateException("The com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT metadata must have a boolean value.", e9); } } catch (ClassCastException e10) { throw new IllegalStateException("The com.google.android.gms.ads.APPLICATION_ID metadata must have a String value.", e10); } } if (bundle != null) { boolean z6 = bundle.getBoolean("com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION", false); boolean z7 = bundle.getBoolean("com.google.android.gms.ads.flag.OPTIMIZE_AD_LOADING", false); if (z6) { M2.h.d("com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION is enabled"); } if (z7) { M2.h.d("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; } }