- 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
114 lines
2.7 KiB
Smali
114 lines
2.7 KiB
Smali
.class public interface abstract Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$DynamicDeviceInfo$IosOrBuilder;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/google/protobuf/MessageLiteOrBuilder;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lgatewayprotocol/v1/DynamicDeviceInfoOuterClass$DynamicDeviceInfo;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x609
|
|
name = "IosOrBuilder"
|
|
.end annotation
|
|
|
|
|
|
# virtual methods
|
|
.method public abstract getCurrentRadioAccessTechnology()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getCurrentRadioAccessTechnologyBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getCurrentUiTheme()I
|
|
.end method
|
|
|
|
.method public abstract getDeviceName()Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getDeviceNameBytes()Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getDeviceUpTimeWithSleep()J
|
|
.end method
|
|
|
|
.method public abstract getDeviceUpTimeWithoutSleep()J
|
|
.end method
|
|
|
|
.method public abstract getLocaleList(I)Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getLocaleListBytes(I)Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getLocaleListCount()I
|
|
.end method
|
|
|
|
.method public abstract getLocaleListList()Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getNetworkReachabilityFlags()I
|
|
.end method
|
|
|
|
.method public abstract getNwPathInterfaces(I)Ljava/lang/String;
|
|
.end method
|
|
|
|
.method public abstract getNwPathInterfacesBytes(I)Lcom/google/protobuf/ByteString;
|
|
.end method
|
|
|
|
.method public abstract getNwPathInterfacesCount()I
|
|
.end method
|
|
|
|
.method public abstract getNwPathInterfacesList()Ljava/util/List;
|
|
.annotation system Ldalvik/annotation/Signature;
|
|
value = {
|
|
"()",
|
|
"Ljava/util/List<",
|
|
"Ljava/lang/String;",
|
|
">;"
|
|
}
|
|
.end annotation
|
|
.end method
|
|
|
|
.method public abstract getTrackingAuthStatus()I
|
|
.end method
|
|
|
|
.method public abstract getVolume()D
|
|
.end method
|
|
|
|
.method public abstract hasCurrentRadioAccessTechnology()Z
|
|
.end method
|
|
|
|
.method public abstract hasCurrentUiTheme()Z
|
|
.end method
|
|
|
|
.method public abstract hasDeviceName()Z
|
|
.end method
|
|
|
|
.method public abstract hasDeviceUpTimeWithSleep()Z
|
|
.end method
|
|
|
|
.method public abstract hasDeviceUpTimeWithoutSleep()Z
|
|
.end method
|
|
|
|
.method public abstract hasNetworkReachabilityFlags()Z
|
|
.end method
|
|
|
|
.method public abstract hasTrackingAuthStatus()Z
|
|
.end method
|
|
|
|
.method public abstract hasVolume()Z
|
|
.end method
|