mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-12-17 21:02:17 -05:00
use single file extension
This commit is contained in:
parent
eabc6cd8d4
commit
44b47e185d
@ -237,7 +237,7 @@ public class ViewKeyAdvShareFragment extends LoaderFragment implements
|
|||||||
|
|
||||||
TemporaryStorageProvider shareFileProv = new TemporaryStorageProvider();
|
TemporaryStorageProvider shareFileProv = new TemporaryStorageProvider();
|
||||||
Uri contentUri = TemporaryStorageProvider.createFile(getActivity(),
|
Uri contentUri = TemporaryStorageProvider.createFile(getActivity(),
|
||||||
primaryUserId + Constants.FILE_EXTENSION_PGP_ALTERNATE + Constants.FILE_EXTENSION_ASC);
|
primaryUserId + Constants.FILE_EXTENSION_ASC);
|
||||||
|
|
||||||
BufferedWriter contentWriter = new BufferedWriter(new OutputStreamWriter(
|
BufferedWriter contentWriter = new BufferedWriter(new OutputStreamWriter(
|
||||||
new ParcelFileDescriptor.AutoCloseOutputStream(
|
new ParcelFileDescriptor.AutoCloseOutputStream(
|
||||||
|
Loading…
Reference in New Issue
Block a user