- Imported from https://github.com/supermegamestre/Project-Real-Resurrection-3 - APKTool decompilation (Smali bytecode) for modding and rebuilding APK - Supports both 32-bit (armeabi-v7a) and 64-bit (arm64-v8a) architectures - Includes full Smali source, resources, and native libraries - Ready to rebuild APK after modifications with apktool b command - Added comprehensive README-apktool.md with modding guide This branch complements the JADX branches: - Use JADX (main/discord-community) to UNDERSTAND code (readable Java) - Use APKTool (this branch) to MODIFY and REBUILD APK (editable Smali) Total: 44,417 files, 538.51 MB Smali source code
95 lines
2.4 KiB
Smali
95 lines
2.4 KiB
Smali
.class public interface abstract Lcom/google/android/gms/games/leaderboard/LeaderboardVariant;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/android/gms/common/data/Freezable;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/MemberClasses;
|
|
value = {
|
|
Lcom/google/android/gms/games/leaderboard/LeaderboardVariant$TimeSpan;,
|
|
Lcom/google/android/gms/games/leaderboard/LeaderboardVariant$Collection;
|
|
}
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"Ljava/lang/Object;",
|
|
"Lcom/google/android/gms/common/data/Freezable<",
|
|
"Lcom/google/android/gms/games/leaderboard/LeaderboardVariant;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final COLLECTION_FRIENDS:I = 0x3
|
|
|
|
.field public static final COLLECTION_PUBLIC:I = 0x0
|
|
|
|
.field public static final NUM_SCORES_UNKNOWN:I = -0x1
|
|
|
|
.field public static final NUM_TIME_SPANS:I = 0x3
|
|
|
|
.field public static final PLAYER_RANK_UNKNOWN:I = -0x1
|
|
|
|
.field public static final PLAYER_SCORE_UNKNOWN:I = -0x1
|
|
|
|
.field public static final TIME_SPAN_ALL_TIME:I = 0x2
|
|
|
|
.field public static final TIME_SPAN_DAILY:I = 0x0
|
|
|
|
.field public static final TIME_SPAN_WEEKLY:I = 0x1
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getCollection()I
|
|
.end method
|
|
|
|
.method public abstract getDisplayPlayerRank()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getDisplayPlayerScore()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getNumScores()J
|
|
.end method
|
|
|
|
.method public abstract getPlayerRank()J
|
|
.end method
|
|
|
|
.method public abstract getPlayerScoreTag()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getRawPlayerScore()J
|
|
.end method
|
|
|
|
.method public abstract getTimeSpan()I
|
|
.end method
|
|
|
|
.method public abstract hasPlayerInfo()Z
|
|
.end method
|
|
|
|
.method public abstract zza()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract zzb()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract zzc()Ljava/lang/String;
|
|
.annotation build Landroidx/annotation/NonNull;
|
|
.end annotation
|
|
.end method
|