Recent content by DropVid77

  1. DropVid77

    Calling an activity from class PintService

    I created a class that extends PrintService . I use the system dialog to print , everything is fine I see the service in print. In onPrintJobQueued method I have this : override protected void onPrintJobQueued(PrintJob printJob) { printJob.start(); Log.d(TAG, "queued: " +...