Weather/smali/android/support/v4/content/FileProvider$PathStrategy.smali
2021-05-10 10:13:34 +02:00

23 lines
579 B
Smali

.class interface abstract Landroid/support/v4/content/FileProvider$PathStrategy;
.super Ljava/lang/Object;
.source "FileProvider.java"
# annotations
.annotation system Ldalvik/annotation/EnclosingClass;
value = Landroid/support/v4/content/FileProvider;
.end annotation
.annotation system Ldalvik/annotation/InnerClass;
accessFlags = 0x608
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