Files
rr3-apk/smali/androidx/webkit/Profile.smali
supermegamestre 4bbd74a497 First Upload
Just the APK
Force update disabled, will only work offline.
2026-01-26 00:26:29 -03:00

35 lines
1023 B
Smali

.class public interface abstract Landroidx/webkit/Profile;
.super Ljava/lang/Object;
.source "SourceFile"
# static fields
.field public static final DEFAULT_PROFILE_NAME:Ljava/lang/String; = "Default"
# virtual methods
.method public abstract getCookieManager()Landroid/webkit/CookieManager;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getGeolocationPermissions()Landroid/webkit/GeolocationPermissions;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getName()Ljava/lang/String;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getServiceWorkerController()Landroid/webkit/ServiceWorkerController;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method
.method public abstract getWebStorage()Landroid/webkit/WebStorage;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end method