remove "export to file" code path from export operation

This commit is contained in:
Vincent Breitmoser
2015-09-26 02:20:21 +02:00
parent 15c9fde27f
commit 04fd2eeb79
4 changed files with 6 additions and 74 deletions

View File

@@ -96,7 +96,7 @@ public class ExportHelper
@Override
public ExportKeyringParcel createOperationInput() {
return new ExportKeyringParcel(mMasterKeyIds, mExportSecret, mExportFile.getAbsolutePath());
return new ExportKeyringParcel(mMasterKeyIds, mExportSecret, Uri.fromFile(mExportFile));
}
@Override