what-the-bank/sources/com/google/android/gms/flags/impl/zzj.java

21 lines
630 B
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.flags.impl;
import android.content.Context;
import android.content.SharedPreferences;
/* loaded from: classes2.dex */
public final class zzj {
private static SharedPreferences zzw;
public static SharedPreferences zza(Context context) throws Exception {
SharedPreferences sharedPreferences;
synchronized (SharedPreferences.class) {
if (zzw == null) {
zzw = (SharedPreferences) com.google.android.gms.internal.flags.zze.zza(new zzk(context));
}
sharedPreferences = zzw;
}
return sharedPreferences;
}
}