- 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
53 lines
1013 B
Smali
53 lines
1013 B
Smali
.class public final Lcom/google/android/gms/ads/R$styleable;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/google/android/gms/ads/R;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "styleable"
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static AdsAttrs:[I = null
|
|
|
|
.field public static AdsAttrs_adSize:I = 0x0
|
|
|
|
.field public static AdsAttrs_adSizes:I = 0x1
|
|
|
|
.field public static AdsAttrs_adUnitId:I = 0x2
|
|
|
|
|
|
# direct methods
|
|
.method public static constructor <clinit>()V
|
|
.locals 3
|
|
|
|
const v0, 0x7f040025
|
|
|
|
const v1, 0x7f040026
|
|
|
|
const v2, 0x7f040024
|
|
|
|
filled-new-array {v2, v0, v1}, [I
|
|
|
|
move-result-object v0
|
|
|
|
sput-object v0, Lcom/google/android/gms/ads/R$styleable;->AdsAttrs:[I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private constructor <init>()V
|
|
.locals 0
|
|
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
return-void
|
|
.end method
|