20 lines
927 B
Java
20 lines
927 B
Java
package com.google.android.gms.dynamite;
|
|
|
|
import android.content.Context;
|
|
import com.google.android.gms.dynamite.DynamiteModule;
|
|
|
|
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
|
/* JADX INFO: loaded from: classes2.dex */
|
|
final class zzh implements DynamiteModule.VersionPolicy {
|
|
zzh() {
|
|
}
|
|
|
|
@Override // com.google.android.gms.dynamite.DynamiteModule.VersionPolicy
|
|
public final DynamiteModule.VersionPolicy.SelectionResult selectModule(Context context, String str, DynamiteModule.VersionPolicy.IVersions iVersions) throws DynamiteModule.LoadingException {
|
|
DynamiteModule.VersionPolicy.SelectionResult selectionResult = new DynamiteModule.VersionPolicy.SelectionResult();
|
|
int iZzb = iVersions.zzb(context, str, false);
|
|
selectionResult.remoteVersion = iZzb;
|
|
selectionResult.selection = iZzb != 0 ? 1 : 0;
|
|
return selectionResult;
|
|
}
|
|
} |