Files
rr3-apk/smali_classes2/com/google/android/gms/games/achievement/Achievement.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

162 lines
4.4 KiB
Smali

.class public interface abstract Lcom/google/android/gms/games/achievement/Achievement;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/google/android/gms/common/data/Freezable;
.implements Landroid/os/Parcelable;
# annotations
.annotation system Ldalvik/annotation/MemberClasses;
value = {
Lcom/google/android/gms/games/achievement/Achievement$AchievementType;,
Lcom/google/android/gms/games/achievement/Achievement$AchievementState;
}
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"Ljava/lang/Object;",
"Lcom/google/android/gms/common/data/Freezable<",
"Lcom/google/android/gms/games/achievement/Achievement;",
">;",
"Landroid/os/Parcelable;"
}
.end annotation
# static fields
.field public static final STATE_HIDDEN:I = 0x2
.field public static final STATE_REVEALED:I = 0x1
.field public static final STATE_UNLOCKED:I = 0x0
.field public static final TYPE_INCREMENTAL:I = 0x1
.field public static final TYPE_STANDARD:I
# virtual methods
.method public abstract getAchievementId()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getCurrentSteps()I
.end method
.method public abstract getDescription()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getDescription(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getFormattedCurrentSteps()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getFormattedCurrentSteps(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getFormattedTotalSteps()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getFormattedTotalSteps(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getLastUpdatedTimestamp()J
.end method
.method public abstract getName()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getName(Landroid/database/CharArrayBuffer;)V
.param p1 # Landroid/database/CharArrayBuffer;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end param
.end method
.method public abstract getPlayer()Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getRevealedImageUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getRevealedImageUrl()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getState()I
.end method
.method public abstract getTotalSteps()I
.end method
.method public abstract getType()I
.end method
.method public abstract getUnlockedImageUri()Landroid/net/Uri;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getUnlockedImageUrl()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepName;
.end annotation
.annotation runtime Ljava/lang/Deprecated;
.end annotation
.end method
.method public abstract getXpValue()J
.end method
.method public abstract zza()F
.end method
.method public abstract zzb()Lcom/google/android/gms/games/Player;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract zzc()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method