Files
rr3-apk/smali/com/android/vending/licensing/ILicensingService$Stub$Proxy.smali
Daniel Elliott f3960ee359 Add Discord APKTool decompilation (Smali source for modding)
- 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
2026-02-18 16:13:44 -08:00

108 lines
2.5 KiB
Smali

.class public Lcom/android/vending/licensing/ILicensingService$Stub$Proxy;
.super Ljava/lang/Object;
.source "SourceFile"
# interfaces
.implements Lcom/android/vending/licensing/ILicensingService;
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/android/vending/licensing/ILicensingService$Stub;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x9
name = "Proxy"
.end annotation
# instance fields
.field public mRemote:Landroid/os/IBinder;
# direct methods
.method public constructor <init>(Landroid/os/IBinder;)V
.locals 0
.line 67
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
iput-object p1, p0, Lcom/android/vending/licensing/ILicensingService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
return-void
.end method
# virtual methods
.method public asBinder()Landroid/os/IBinder;
.locals 1
iget-object v0, p0, Lcom/android/vending/licensing/ILicensingService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
return-object v0
.end method
.method public checkLicense(JLjava/lang/String;Lcom/android/vending/licensing/ILicenseResultListener;)V
.locals 2
.line 80
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
move-result-object v0
:try_start_0
const-string v1, "com.android.vending.licensing.ILicensingService"
.line 82
invoke-virtual {v0, v1}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
.line 83
invoke-virtual {v0, p1, p2}, Landroid/os/Parcel;->writeLong(J)V
.line 84
invoke-virtual {v0, p3}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
const/4 p1, 0x0
if-eqz p4, :cond_0
.line 85
invoke-interface {p4}, Landroid/os/IInterface;->asBinder()Landroid/os/IBinder;
move-result-object p2
goto :goto_0
:catchall_0
move-exception p1
goto :goto_1
:cond_0
move-object p2, p1
:goto_0
invoke-virtual {v0, p2}, Landroid/os/Parcel;->writeStrongBinder(Landroid/os/IBinder;)V
iget-object p2, p0, Lcom/android/vending/licensing/ILicensingService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
const/4 p3, 0x1
.line 86
invoke-interface {p2, p3, v0, p1, p3}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
:try_end_0
.catchall {:try_start_0 .. :try_end_0} :catchall_0
.line 89
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
return-void
:goto_1
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
.line 90
throw p1
.end method