- 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
161 lines
3.6 KiB
Smali
161 lines
3.6 KiB
Smali
.class public interface abstract Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$DynamicDeviceInfoOrBuilder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "DynamicDeviceInfoOrBuilder"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getAndroid()Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$DynamicDeviceInfo$Android;
|
|
.end method
|
|
|
|
.method public abstract getAppActive()Z
|
|
.end method
|
|
|
|
.method public abstract getBatteryLevel()D
|
|
.end method
|
|
|
|
.method public abstract getBatteryStatus()I
|
|
.end method
|
|
|
|
.method public abstract getConnectionType()Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$ConnectionType;
|
|
.end method
|
|
|
|
.method public abstract getConnectionTypeValue()I
|
|
.end method
|
|
|
|
.method public abstract getFreeDiskSpace()J
|
|
.end method
|
|
|
|
.method public abstract getFreeRamMemory()J
|
|
.end method
|
|
|
|
.method public abstract getIos()Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$DynamicDeviceInfo$Ios;
|
|
.end method
|
|
|
|
.method public abstract getLanguage()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getLanguageBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getLimitedOpenAdTracking()Z
|
|
.end method
|
|
|
|
.method public abstract getLimitedTracking()Z
|
|
.end method
|
|
|
|
.method public abstract getLowPowerMode()Z
|
|
.end method
|
|
|
|
.method public abstract getNetworkOperator()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getNetworkOperatorBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getNetworkOperatorName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getNetworkOperatorNameBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getPlatformSpecificCase()Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$DynamicDeviceInfo$PlatformSpecificCase;
|
|
.end method
|
|
|
|
.method public abstract getScreenHeight()I
|
|
.end method
|
|
|
|
.method public abstract getScreenWidth()I
|
|
.end method
|
|
|
|
.method public abstract getTimeZone()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getTimeZoneBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getTimeZoneOffset()J
|
|
.end method
|
|
|
|
.method public abstract getUserId()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getUserIdBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getWiredHeadset()Z
|
|
.end method
|
|
|
|
.method public abstract hasAndroid()Z
|
|
.end method
|
|
|
|
.method public abstract hasAppActive()Z
|
|
.end method
|
|
|
|
.method public abstract hasBatteryLevel()Z
|
|
.end method
|
|
|
|
.method public abstract hasBatteryStatus()Z
|
|
.end method
|
|
|
|
.method public abstract hasConnectionType()Z
|
|
.end method
|
|
|
|
.method public abstract hasFreeDiskSpace()Z
|
|
.end method
|
|
|
|
.method public abstract hasFreeRamMemory()Z
|
|
.end method
|
|
|
|
.method public abstract hasIos()Z
|
|
.end method
|
|
|
|
.method public abstract hasLanguage()Z
|
|
.end method
|
|
|
|
.method public abstract hasLimitedOpenAdTracking()Z
|
|
.end method
|
|
|
|
.method public abstract hasLimitedTracking()Z
|
|
.end method
|
|
|
|
.method public abstract hasLowPowerMode()Z
|
|
.end method
|
|
|
|
.method public abstract hasNetworkOperator()Z
|
|
.end method
|
|
|
|
.method public abstract hasNetworkOperatorName()Z
|
|
.end method
|
|
|
|
.method public abstract hasScreenHeight()Z
|
|
.end method
|
|
|
|
.method public abstract hasScreenWidth()Z
|
|
.end method
|
|
|
|
.method public abstract hasTimeZone()Z
|
|
.end method
|
|
|
|
.method public abstract hasTimeZoneOffset()Z
|
|
.end method
|
|
|
|
.method public abstract hasUserId()Z
|
|
.end method
|
|
|
|
.method public abstract hasWiredHeadset()Z
|
|
.end method
|