activity Class
Sets a custom activity
class used for document display. The activity
must extend PdfActivity and must be registered in the AndroidManifest.xml
. If null
is passed, the default PdfActivity will be used for document display.
Return
Builder for PdfActivityIntentBuilder with set activity subclass.
Parameters
activity Class
Custom PdfActivity subclass, or null
for the default activity to be used.