(Bundle args, File file)
| 194 | } |
| 195 | |
| 196 | @Override |
| 197 | protected void onExecuted(Bundle args, File file) { |
| 198 | Helper.share(ActivityEML.this, file, "text/plain", file.getName()); |
| 199 | } |
| 200 | |
| 201 | @Override |
| 202 | protected void onException(Bundle args, Throwable ex) { |
nothing calls this directly
no test coverage detected