...
When your app is requested to handle an image or a PDF file, your activity (declaring the intent filter shown above) is launched or resumed (onNewetentonNewIntent()
) with the Intent
having ACTION_VIEW
or ACTION_SEND
.
...
...
When your app is requested to handle an image or a PDF file, your activity (declaring the intent filter shown above) is launched or resumed (onNewetentonNewIntent()
) with the Intent
having ACTION_VIEW
or ACTION_SEND
.
...