Device.BeginInvokeOnMainThread(() => {
                    checkSharing();
                    sharing.ShareFile(exportPath, TR.Tr("app_name"), "application/pdf", TR.Tr("export_data"), null);
                });