Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package com.google.android.gms.common;
|
||||
|
||||
import java.util.concurrent.Callable;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-basement@@18.3.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
final class zzv extends zzx {
|
||||
private final Callable zze;
|
||||
|
||||
/* synthetic */ zzv(Callable callable, zzu zzuVar) {
|
||||
super();
|
||||
this.zze = callable;
|
||||
}
|
||||
|
||||
@Override // com.google.android.gms.common.zzx
|
||||
final String zza() {
|
||||
try {
|
||||
return (String) this.zze.call();
|
||||
} catch (Exception e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user