- 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
534 lines
14 KiB
Smali
534 lines
14 KiB
Smali
.class Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Landroid/support/customtabs/trusted/ITrustedWebActivityService;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x9
|
|
name = "Proxy"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private mRemote:Landroid/os/IBinder;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Landroid/os/IBinder;)V
|
|
.locals 0
|
|
|
|
.line 155
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
iput-object p1, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public areNotificationsEnabled(Landroid/os/Bundle;)Landroid/os/Bundle;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 168
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 169
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 172
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 173
|
|
invoke-static {v0, p1, v2}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$100(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
|
|
iget-object p1, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/4 v3, 0x6
|
|
|
|
.line 174
|
|
invoke-interface {p1, v3, v0, v1, v2}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 175
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 176
|
|
sget-object p1, Landroid/os/Bundle;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
invoke-static {v1, p1}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$000(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Landroid/os/Bundle;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 179
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 180
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return-object p1
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
.line 179
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 180
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 181
|
|
throw p1
|
|
.end method
|
|
|
|
.method public asBinder()Landroid/os/IBinder;
|
|
.locals 1
|
|
|
|
iget-object v0, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public cancelNotification(Landroid/os/Bundle;)V
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 204
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 205
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 207
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 208
|
|
invoke-static {v0, p1, v2}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$100(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
|
|
iget-object p1, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/4 v3, 0x3
|
|
|
|
.line 209
|
|
invoke-interface {p1, v3, v0, v1, v2}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 210
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 213
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 214
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
.line 213
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 214
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 215
|
|
throw p1
|
|
.end method
|
|
|
|
.method public extraCommand(Ljava/lang/String;Landroid/os/Bundle;Landroid/os/IBinder;)Landroid/os/Bundle;
|
|
.locals 3
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 270
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 271
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 274
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
.line 275
|
|
invoke-virtual {v0, p1}, Landroid/os/Parcel;->writeString(Ljava/lang/String;)V
|
|
|
|
const/4 p1, 0x0
|
|
|
|
.line 276
|
|
invoke-static {v0, p2, p1}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$100(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
|
|
.line 277
|
|
invoke-virtual {v0, p3}, Landroid/os/Parcel;->writeStrongBinder(Landroid/os/IBinder;)V
|
|
|
|
iget-object p2, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/16 p3, 0x9
|
|
|
|
.line 278
|
|
invoke-interface {p2, p3, v0, v1, p1}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 279
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 280
|
|
sget-object p1, Landroid/os/Bundle;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
invoke-static {v1, p1}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$000(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Landroid/os/Bundle;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 283
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 284
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return-object p1
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
.line 283
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 284
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 285
|
|
throw p1
|
|
.end method
|
|
|
|
.method public getActiveNotifications()Landroid/os/Bundle;
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 219
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 220
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 223
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
iget-object v2, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/4 v3, 0x5
|
|
|
|
const/4 v4, 0x0
|
|
|
|
.line 224
|
|
invoke-interface {v2, v3, v0, v1, v4}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 225
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 226
|
|
sget-object v2, Landroid/os/Bundle;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
invoke-static {v1, v2}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$000(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Landroid/os/Bundle;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 229
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 230
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return-object v2
|
|
|
|
:catchall_0
|
|
move-exception v2
|
|
|
|
.line 229
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 230
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 231
|
|
throw v2
|
|
.end method
|
|
|
|
.method public getInterfaceDescriptor()Ljava/lang/String;
|
|
.locals 1
|
|
|
|
sget-object v0, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
return-object v0
|
|
.end method
|
|
|
|
.method public getSmallIconBitmap()Landroid/os/Bundle;
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 253
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 254
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 257
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
iget-object v2, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/4 v3, 0x7
|
|
|
|
const/4 v4, 0x0
|
|
|
|
.line 258
|
|
invoke-interface {v2, v3, v0, v1, v4}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 259
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 260
|
|
sget-object v2, Landroid/os/Bundle;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
invoke-static {v1, v2}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$000(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
|
|
move-result-object v2
|
|
|
|
check-cast v2, Landroid/os/Bundle;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 263
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 264
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return-object v2
|
|
|
|
:catchall_0
|
|
move-exception v2
|
|
|
|
.line 263
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 264
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 265
|
|
throw v2
|
|
.end method
|
|
|
|
.method public getSmallIconId()I
|
|
.locals 5
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 236
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 237
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 240
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
iget-object v2, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/4 v3, 0x4
|
|
|
|
const/4 v4, 0x0
|
|
|
|
.line 241
|
|
invoke-interface {v2, v3, v0, v1, v4}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 242
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 243
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readInt()I
|
|
|
|
move-result v2
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 246
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 247
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return v2
|
|
|
|
:catchall_0
|
|
move-exception v2
|
|
|
|
.line 246
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 247
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 248
|
|
throw v2
|
|
.end method
|
|
|
|
.method public notifyNotificationWithChannel(Landroid/os/Bundle;)Landroid/os/Bundle;
|
|
.locals 4
|
|
.annotation system Ldalvik/annotation/Throws;
|
|
value = {
|
|
Landroid/os/RemoteException;
|
|
}
|
|
.end annotation
|
|
|
|
.line 186
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v0
|
|
|
|
.line 187
|
|
invoke-static {}, Landroid/os/Parcel;->obtain()Landroid/os/Parcel;
|
|
|
|
move-result-object v1
|
|
|
|
:try_start_0
|
|
sget-object v2, Landroid/support/customtabs/trusted/ITrustedWebActivityService;->DESCRIPTOR:Ljava/lang/String;
|
|
|
|
.line 190
|
|
invoke-virtual {v0, v2}, Landroid/os/Parcel;->writeInterfaceToken(Ljava/lang/String;)V
|
|
|
|
const/4 v2, 0x0
|
|
|
|
.line 191
|
|
invoke-static {v0, p1, v2}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$100(Landroid/os/Parcel;Landroid/os/Parcelable;I)V
|
|
|
|
iget-object p1, p0, Landroid/support/customtabs/trusted/ITrustedWebActivityService$Stub$Proxy;->mRemote:Landroid/os/IBinder;
|
|
|
|
const/4 v3, 0x2
|
|
|
|
.line 192
|
|
invoke-interface {p1, v3, v0, v1, v2}, Landroid/os/IBinder;->transact(ILandroid/os/Parcel;Landroid/os/Parcel;I)Z
|
|
|
|
.line 193
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->readException()V
|
|
|
|
.line 194
|
|
sget-object p1, Landroid/os/Bundle;->CREATOR:Landroid/os/Parcelable$Creator;
|
|
|
|
invoke-static {v1, p1}, Landroid/support/customtabs/trusted/ITrustedWebActivityService$_Parcel;->access$000(Landroid/os/Parcel;Landroid/os/Parcelable$Creator;)Ljava/lang/Object;
|
|
|
|
move-result-object p1
|
|
|
|
check-cast p1, Landroid/os/Bundle;
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 197
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 198
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
return-object p1
|
|
|
|
:catchall_0
|
|
move-exception p1
|
|
|
|
.line 197
|
|
invoke-virtual {v1}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 198
|
|
invoke-virtual {v0}, Landroid/os/Parcel;->recycle()V
|
|
|
|
.line 199
|
|
throw p1
|
|
.end method
|