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

23 lines
576 B
Smali
Raw Normal View History

2019-12-06 03:29:40 +00:00
.class public interface abstract Landroidx/core/content/FileProvider$PathStrategy;
2019-07-24 11:27:29 +00:00
.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;
2019-12-06 03:29:40 +00:00
accessFlags = 0x609
2019-07-24 11:27:29 +00:00
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