Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
package com.google.android.gms.common.internal;
|
||||
|
||||
import android.content.Context;
|
||||
import android.content.pm.PackageManager;
|
||||
import android.os.Bundle;
|
||||
import android.util.Log;
|
||||
import com.google.android.gms.common.wrappers.Wrappers;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
public final class zzah {
|
||||
private static final Object zza = new Object();
|
||||
private static boolean zzb;
|
||||
private static String zzc;
|
||||
private static int zzd;
|
||||
|
||||
public static int zza(Context context) {
|
||||
zzc(context);
|
||||
return zzd;
|
||||
}
|
||||
|
||||
public static String zzb(Context context) {
|
||||
zzc(context);
|
||||
return zzc;
|
||||
}
|
||||
|
||||
private static void zzc(Context context) {
|
||||
synchronized (zza) {
|
||||
if (zzb) {
|
||||
return;
|
||||
}
|
||||
zzb = true;
|
||||
try {
|
||||
Bundle bundle = Wrappers.packageManager(context).getApplicationInfo(context.getPackageName(), 128).metaData;
|
||||
if (bundle == null) {
|
||||
return;
|
||||
}
|
||||
zzc = bundle.getString("com.google.app.id");
|
||||
zzd = bundle.getInt("com.google.android.gms.version");
|
||||
} catch (PackageManager.NameNotFoundException e) {
|
||||
Log.wtf("MetadataValueReader", "This should never happen.", e);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user