- 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
98 lines
2.4 KiB
Smali
98 lines
2.4 KiB
Smali
.class public interface abstract Lgatewayprotocol/v1/InitializationRequestOuterClass$InitializationDeviceInfoOrBuilder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lgatewayprotocol/v1/InitializationRequestOuterClass;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "InitializationDeviceInfoOrBuilder"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getBatteryLevel()D
|
|
.end method
|
|
|
|
.method public abstract getBatteryStatus()I
|
|
.end method
|
|
|
|
.method public abstract getBundleId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getBundleIdBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getConnectionType()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getCurrentUiTheme()J
|
|
.end method
|
|
|
|
.method public abstract getDeviceMake()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getDeviceMakeBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getDeviceModel()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getDeviceModelBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getHashedDeviceName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getHashedDeviceNameBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getLanguage()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getLanguageBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getLocalList()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getLocalListBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getNetworkOperator()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getNetworkOperatorBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getOsVersion()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getOsVersionBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getSystemBootTime()J
|
|
.end method
|
|
|
|
.method public abstract getTotalDiskSpace()J
|
|
.end method
|
|
|
|
.method public abstract getTotalRamMemory()J
|
|
.end method
|
|
|
|
.method public abstract getTrackingAuthStatus()I
|
|
.end method
|
|
|
|
.method public abstract hasTrackingAuthStatus()Z
|
|
.end method
|