MD5 校验值:1307767a726185fc43c57c361d8f8db9
i1.java 文件包含反编译后的源代码,请注意,该内容仅供学习和参考使用,不得用于非法用途。
package m4; 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.common.internal.safeparcel.hH.zCEs; import com.google.android.gms.internal.play_billing.uJ.DOZVdtYNMMVhl; import java.util.concurrent.atomic.AtomicBoolean; import n.JEXC.QmTwZzehOXKbv; public final class i1 extends ContentProvider { @Override public final void attachInfo(Context context, ProviderInfo providerInfo) { Bundle bundle = null; try { bundle = h5.c.a(context).b(context.getPackageName(), 128).metaData; } catch (PackageManager.NameNotFoundException e9) { p4.e.f("Failed to load metadata: Package name not found.", e9); } catch (NullPointerException e10) { p4.e.f("Failed to load metadata: Null pointer exception.", e10); } if (a3.j.f132s == null) { a3.j.f132s = new a3.j(21); } a3.j jVar = a3.j.f132s; if (bundle == null) { p4.e.e("Metadata was null."); } else { try { String str = (String) bundle.get(zCEs.iXENyWJdG); 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}$")) { 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"); } p4.e.d(DOZVdtYNMMVhl.IuObdkhEsIrpVY.concat(str)); if (bool == null || !bool.booleanValue()) { int i10 = 1 >> 1; if (((AtomicBoolean) jVar.f134r).compareAndSet(false, true)) { new Thread(new i7.c(context, 16, str)).start(); } } } else { if (TextUtils.isEmpty(str2)) { 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"); } p4.e.d("The Google Mobile Ads SDK is integrated by ".concat(String.valueOf(str2))); } } catch (ClassCastException e11) { throw new IllegalStateException("The com.google.android.gms.ads.INTEGRATION_MANAGER metadata must have a String value.", e11); } } catch (ClassCastException e12) { throw new IllegalStateException("The com.google.android.gms.ads.DELAY_APP_MEASUREMENT_INIT metadata must have a boolean value.", e12); } } catch (ClassCastException e13) { throw new IllegalStateException("The com.google.android.gms.ads.APPLICATION_ID metadata must have a String value.", e13); } } if (bundle != null) { boolean z2 = bundle.getBoolean("com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION", false); boolean z10 = bundle.getBoolean(QmTwZzehOXKbv.pCHJT, false); if (z2) { p4.e.d("com.google.android.gms.ads.flag.OPTIMIZE_INITIALIZATION is enabled"); } if (z10) { p4.e.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; } }