same prefix as in the other message
This commit is contained in:
parent
a034592003
commit
26464d634f
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class ExportProblemPassToLigiAndFinishTask extends PassExportTask {
|
|||
super.onPostExecute(aVoid);
|
||||
|
||||
Intent it = new Intent(Intent.ACTION_SEND);
|
||||
it.putExtra(Intent.EXTRA_SUBJECT, "a Passbook with a problem");
|
||||
it.putExtra(Intent.EXTRA_SUBJECT, "PassAndroid: Passbook with a problem");
|
||||
it.putExtra(Intent.EXTRA_EMAIL, new String[]{"ligi@ligi.de"});
|
||||
it.putExtra(Intent.EXTRA_STREAM, Uri.parse("file://" + zipPath + zipFileName));
|
||||
//it.setType("application/vnd.apple.pkpass");
|
||||
|
|
Loading…
Reference in a new issue