Files
rr3-apk/smali_classes2/com/facebook/AccessTokenCache$SharedPreferencesTokenCachingStrategyFactory.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

47 lines
1.1 KiB
Smali

.class public final Lcom/facebook/AccessTokenCache$SharedPreferencesTokenCachingStrategyFactory;
.super Ljava/lang/Object;
.source "SourceFile"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Lcom/facebook/AccessTokenCache;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x19
name = "SharedPreferencesTokenCachingStrategyFactory"
.end annotation
# direct methods
.method public constructor <init>()V
.locals 0
.line 105
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public final create()Lcom/facebook/LegacyTokenHelper;
.locals 4
.line 107
new-instance v0, Lcom/facebook/LegacyTokenHelper;
invoke-static {}, Lcom/facebook/FacebookSdk;->getApplicationContext()Landroid/content/Context;
move-result-object v1
const/4 v2, 0x0
const/4 v3, 0x2
invoke-direct {v0, v1, v2, v3, v2}, Lcom/facebook/LegacyTokenHelper;-><init>(Landroid/content/Context;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
return-object v0
.end method