Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,45 @@
|
||||
package com.google.android.gms.dynamite;
|
||||
|
||||
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 zzk implements DynamiteModule.VersionPolicy {
|
||||
zzk() {
|
||||
}
|
||||
|
||||
/* JADX WARN: Removed duplicated region for block: B:7:0x001b A[PHI: r4
|
||||
0x001b: PHI (r4v2 int) = (r4v1 int), (r4v3 int) binds: [B:3:0x0014, B:5:0x0017] A[DONT_GENERATE, DONT_INLINE]] */
|
||||
@Override // com.google.android.gms.dynamite.DynamiteModule.VersionPolicy
|
||||
/*
|
||||
Code decompiled incorrectly, please refer to instructions dump.
|
||||
To view partially-correct code enable 'Show inconsistent code' option in preferences
|
||||
*/
|
||||
public final com.google.android.gms.dynamite.DynamiteModule.VersionPolicy.SelectionResult selectModule(android.content.Context r3, java.lang.String r4, com.google.android.gms.dynamite.DynamiteModule.VersionPolicy.IVersions r5) throws com.google.android.gms.dynamite.DynamiteModule.LoadingException {
|
||||
/*
|
||||
r2 = this;
|
||||
com.google.android.gms.dynamite.DynamiteModule$VersionPolicy$SelectionResult r0 = new com.google.android.gms.dynamite.DynamiteModule$VersionPolicy$SelectionResult
|
||||
r0.<init>()
|
||||
int r1 = r5.zza(r3, r4)
|
||||
r0.localVersion = r1
|
||||
r1 = 1
|
||||
int r3 = r5.zzb(r3, r4, r1)
|
||||
r0.remoteVersion = r3
|
||||
int r4 = r0.localVersion
|
||||
if (r4 != 0) goto L1b
|
||||
r4 = 0
|
||||
if (r3 != 0) goto L1b
|
||||
r1 = r4
|
||||
goto L1f
|
||||
L1b:
|
||||
if (r3 < r4) goto L1e
|
||||
goto L1f
|
||||
L1e:
|
||||
r1 = -1
|
||||
L1f:
|
||||
r0.selection = r1
|
||||
return r0
|
||||
*/
|
||||
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.dynamite.zzk.selectModule(android.content.Context, java.lang.String, com.google.android.gms.dynamite.DynamiteModule$VersionPolicy$IVersions):com.google.android.gms.dynamite.DynamiteModule$VersionPolicy$SelectionResult");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user