- 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
68 lines
1.7 KiB
Smali
68 lines
1.7 KiB
Smali
.class public final Lcom/tapjoy/internal/x2;
|
|
.super Landroid/content/BroadcastReceiver;
|
|
.source "SourceFile"
|
|
|
|
|
|
# instance fields
|
|
.field public final synthetic a:Lcom/tapjoy/internal/y2;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(Lcom/tapjoy/internal/y2;)V
|
|
.locals 0
|
|
|
|
iput-object p1, p0, Lcom/tapjoy/internal/x2;->a:Lcom/tapjoy/internal/y2;
|
|
|
|
.line 1
|
|
invoke-direct {p0}, Landroid/content/BroadcastReceiver;-><init>()V
|
|
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public final onReceive(Landroid/content/Context;Landroid/content/Intent;)V
|
|
.locals 2
|
|
|
|
iget-object p1, p0, Lcom/tapjoy/internal/x2;->a:Lcom/tapjoy/internal/y2;
|
|
|
|
.line 1
|
|
iget-object p1, p1, Lcom/tapjoy/internal/y2;->e:Lcom/tapjoy/internal/q2;
|
|
|
|
.line 2
|
|
iget-object p2, p1, Lcom/tapjoy/internal/z2;->a:Ljava/util/concurrent/locks/ReentrantLock;
|
|
|
|
.line 3
|
|
invoke-virtual {p2}, Ljava/util/concurrent/locks/ReentrantLock;->lock()V
|
|
|
|
const-wide/16 v0, 0x3e8
|
|
|
|
.line 5
|
|
:try_start_0
|
|
iput-wide v0, p1, Lcom/tapjoy/internal/z2;->g:J
|
|
|
|
.line 6
|
|
iget-object p2, p1, Lcom/tapjoy/internal/z2;->b:Ljava/util/concurrent/locks/Condition;
|
|
|
|
invoke-interface {p2}, Ljava/util/concurrent/locks/Condition;->signal()V
|
|
:try_end_0
|
|
.catchall {:try_start_0 .. :try_end_0} :catchall_0
|
|
|
|
.line 8
|
|
iget-object p1, p1, Lcom/tapjoy/internal/z2;->a:Ljava/util/concurrent/locks/ReentrantLock;
|
|
|
|
invoke-virtual {p1}, Ljava/util/concurrent/locks/ReentrantLock;->unlock()V
|
|
|
|
return-void
|
|
|
|
:catchall_0
|
|
move-exception p2
|
|
|
|
iget-object p1, p1, Lcom/tapjoy/internal/z2;->a:Ljava/util/concurrent/locks/ReentrantLock;
|
|
|
|
invoke-virtual {p1}, Ljava/util/concurrent/locks/ReentrantLock;->unlock()V
|
|
|
|
.line 9
|
|
throw p2
|
|
.end method
|