Files
rr3-apk/decompiled-community/sources/com/google/android/gms/games/zzd.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

34 lines
1.2 KiB
Java

package com.google.android.gms.games;
import com.google.android.gms.common.Feature;
/* loaded from: classes2.dex */
public final class zzd {
public static final Feature zza;
public static final Feature zzb;
public static final Feature zzc;
public static final Feature zzd;
public static final Feature zze;
public static final Feature zzf;
public static final Feature zzg;
public static final Feature[] zzh;
static {
Feature feature = new Feature("games_get_account_selection_intent", 1L);
zza = feature;
Feature feature2 = new Feature("games_get_privacy_settings_intent", 1L);
zzb = feature2;
Feature feature3 = new Feature("games_load_player_force_reload", 1L);
zzc = feature3;
Feature feature4 = new Feature("games_load_profile_capabilities", 2L);
zzd = feature4;
Feature feature5 = new Feature("games_recall", 1L);
zze = feature5;
Feature feature6 = new Feature("games_report_player", 1L);
zzf = feature6;
Feature feature7 = new Feature("games_app_shortcuts", 1L);
zzg = feature7;
zzh = new Feature[]{feature, feature2, feature3, feature4, feature5, feature6, feature7};
}
}