apkfuckery/com.discord/smali/androidx/core/content/FileProvider$PathStrategy.s...

23 lines
576 B
Smali

.class public interface abstract Landroidx/core/content/FileProvider$PathStrategy;
.super Ljava/lang/Object;
.source "FileProvider.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroidx/core/content/FileProvider;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x609
name = "PathStrategy"
.end annotation
# virtual methods
.method public abstract getFileForUri(Landroid/net/Uri;)Ljava/io/File;
.end method
.method public abstract getUriForFile(Ljava/io/File;)Landroid/net/Uri;
.end method