- 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
138 lines
2.6 KiB
Smali
138 lines
2.6 KiB
Smali
.class final Lcom/applovin/impl/nd$f;
|
|
.super Ljava/lang/Object;
|
|
.source "SourceFile"
|
|
|
|
# interfaces
|
|
.implements Lcom/applovin/impl/nd$d;
|
|
|
|
|
|
# annotations
|
|
.annotation system Ldalvik/annotation/EnclosingClass;
|
|
value = Lcom/applovin/impl/nd;
|
|
.end annotation
|
|
|
|
.annotation system Ldalvik/annotation/InnerClass;
|
|
accessFlags = 0x19
|
|
name = "f"
|
|
.end annotation
|
|
|
|
|
|
# instance fields
|
|
.field private final a:I
|
|
|
|
.field private b:[Landroid/media/MediaCodecInfo;
|
|
|
|
|
|
# direct methods
|
|
.method public constructor <init>(ZZ)V
|
|
.locals 0
|
|
|
|
.line 952
|
|
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
|
|
|
|
if-nez p1, :cond_1
|
|
|
|
if-eqz p2, :cond_0
|
|
|
|
goto :goto_0
|
|
|
|
:cond_0
|
|
const/4 p1, 0x0
|
|
|
|
goto :goto_1
|
|
|
|
:cond_1
|
|
:goto_0
|
|
const/4 p1, 0x1
|
|
|
|
:goto_1
|
|
iput p1, p0, Lcom/applovin/impl/nd$f;->a:I
|
|
|
|
return-void
|
|
.end method
|
|
|
|
.method private c()V
|
|
.locals 2
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/nd$f;->b:[Landroid/media/MediaCodecInfo;
|
|
|
|
if-nez v0, :cond_0
|
|
|
|
.line 990
|
|
new-instance v0, Landroid/media/MediaCodecList;
|
|
|
|
iget v1, p0, Lcom/applovin/impl/nd$f;->a:I
|
|
|
|
invoke-direct {v0, v1}, Landroid/media/MediaCodecList;-><init>(I)V
|
|
|
|
invoke-virtual {v0}, Landroid/media/MediaCodecList;->getCodecInfos()[Landroid/media/MediaCodecInfo;
|
|
|
|
move-result-object v0
|
|
|
|
iput-object v0, p0, Lcom/applovin/impl/nd$f;->b:[Landroid/media/MediaCodecInfo;
|
|
|
|
:cond_0
|
|
return-void
|
|
.end method
|
|
|
|
|
|
# virtual methods
|
|
.method public a()I
|
|
.locals 1
|
|
|
|
.line 961
|
|
invoke-direct {p0}, Lcom/applovin/impl/nd$f;->c()V
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/nd$f;->b:[Landroid/media/MediaCodecInfo;
|
|
|
|
.line 962
|
|
array-length v0, v0
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public a(I)Landroid/media/MediaCodecInfo;
|
|
.locals 1
|
|
|
|
.line 1929
|
|
invoke-direct {p0}, Lcom/applovin/impl/nd$f;->c()V
|
|
|
|
iget-object v0, p0, Lcom/applovin/impl/nd$f;->b:[Landroid/media/MediaCodecInfo;
|
|
|
|
.line 1930
|
|
aget-object p1, v0, p1
|
|
|
|
return-object p1
|
|
.end method
|
|
|
|
.method public a(Ljava/lang/String;Ljava/lang/String;Landroid/media/MediaCodecInfo$CodecCapabilities;)Z
|
|
.locals 0
|
|
|
|
.line 2915
|
|
invoke-virtual {p3, p1}, Landroid/media/MediaCodecInfo$CodecCapabilities;->isFeatureRequired(Ljava/lang/String;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|
|
|
|
.method public b()Z
|
|
.locals 1
|
|
|
|
.line 0
|
|
const/4 v0, 0x1
|
|
|
|
return v0
|
|
.end method
|
|
|
|
.method public b(Ljava/lang/String;Ljava/lang/String;Landroid/media/MediaCodecInfo$CodecCapabilities;)Z
|
|
.locals 0
|
|
|
|
.line 979
|
|
invoke-virtual {p3, p1}, Landroid/media/MediaCodecInfo$CodecCapabilities;->isFeatureSupported(Ljava/lang/String;)Z
|
|
|
|
move-result p1
|
|
|
|
return p1
|
|
.end method
|