mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Updated link
This commit is contained in:
parent
b8e04341ab
commit
4c981417ae
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ public class Helper {
|
|||
}
|
||||
|
||||
static void _share(Context context, File file, String type, String name) {
|
||||
// https://developer.android.com/reference/android/support/v4/content/FileProvider
|
||||
// https://developer.android.com/reference/androidx/core/content/FileProvider
|
||||
Uri uri = FileProvider.getUriForFile(context, BuildConfig.APPLICATION_ID, file);
|
||||
Log.i("uri=" + uri + " type=" + type);
|
||||
|
||||
|
|
Loading…
Reference in a new issue