am 34c1df3a: am 9124c178: am 8a54da92: Merge "Pass correct extras to the custom print options activity" into mnc-dev
* commit '34c1df3a154abb8bd495f74f5e53b91e7956e596': Pass correct extras to the custom print options activity
This commit is contained in:
@@ -679,7 +679,7 @@ public class PrintActivity extends Activity implements RemotePrintDocument.Updat
|
|||||||
if (resolvedActivities.get(0).activityInfo.exported) {
|
if (resolvedActivities.get(0).activityInfo.exported) {
|
||||||
intent.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, mPrintJob);
|
intent.putExtra(PrintService.EXTRA_PRINT_JOB_INFO, mPrintJob);
|
||||||
intent.putExtra(PrintService.EXTRA_PRINTER_INFO, printer);
|
intent.putExtra(PrintService.EXTRA_PRINTER_INFO, printer);
|
||||||
intent.putExtra(PrintService.EXTRA_PRINT_JOB_INFO,
|
intent.putExtra(PrintService.EXTRA_PRINT_DOCUMENT_INFO,
|
||||||
mPrintedDocument.getDocumentInfo().info);
|
mPrintedDocument.getDocumentInfo().info);
|
||||||
|
|
||||||
// This is external activity and may not be there.
|
// This is external activity and may not be there.
|
||||||
|
|||||||
Reference in New Issue
Block a user