mirror of
https://github.com/LBRYFoundation/lbry-android.git
synced 2025-08-27 15:31:29 +00:00
7 lines
127 B
Java
7 lines
127 B
Java
package io.lbry.browser;
|
|
|
|
import androidx.core.content.FileProvider;
|
|
|
|
public class LocalFileProvider extends FileProvider {
|
|
|
|
}
|