- 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
36 lines
832 B
Smali
36 lines
832 B
Smali
.class public interface abstract Lcom/helpshift/storage/ISharedPreferencesStore;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract clear()V
|
|
.end method
|
|
|
|
.method public abstract getBoolean(Ljava/lang/String;)Z
|
|
.end method
|
|
|
|
.method public abstract getInt(Ljava/lang/String;)I
|
|
.end method
|
|
|
|
.method public abstract getLong(Ljava/lang/String;)J
|
|
.end method
|
|
|
|
.method public abstract getString(Ljava/lang/String;)Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract putBoolean(Ljava/lang/String;Z)V
|
|
.end method
|
|
|
|
.method public abstract putInt(Ljava/lang/String;I)V
|
|
.end method
|
|
|
|
.method public abstract putLong(Ljava/lang/String;J)V
|
|
.end method
|
|
|
|
.method public abstract putString(Ljava/lang/String;Ljava/lang/String;)V
|
|
.end method
|
|
|
|
.method public abstract remove(Ljava/lang/String;)V
|
|
.end method
|