Files
ctf/2024/insomnihack/mobile/Notes/smali/androidx/appcompat/view/ContextThemeWrapper$Api17Impl.smali
2025-06-06 03:13:31 +02:00

37 lines
954 B
Smali

.class Landroidx/appcompat/view/ContextThemeWrapper$Api17Impl;
.super Ljava/lang/Object;
.source "ContextThemeWrapper.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/appcompat/view/ContextThemeWrapper;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x8
name = "Api17Impl"
.end annotation
# direct methods
.method private constructor <init>()V
.locals 0
.line 239
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method static createConfigurationContext(Landroidx/appcompat/view/ContextThemeWrapper;Landroid/content/res/Configuration;)Landroid/content/Context;
.locals 0
.line 246
invoke-virtual {p0, p1}, Landroidx/appcompat/view/ContextThemeWrapper;->createConfigurationContext(Landroid/content/res/Configuration;)Landroid/content/Context;
move-result-object p0
return-object p0
.end method