Android Question Intent.Action_View not running with dirInternal files

DonManfred

Expert
Licensed User
Longtime User
I did not look into your code but i guess you are starting another app to display the pdf.
The point is that the other app does not have access to YOUR DirInternal. Only your app is allowed to access this path.
 
Upvote 0

a n g l o

Active Member
Licensed User
Longtime User
yeah, i guessed that might be the answer, but was thinking/hoping that since it's an app that tries to share its own - there's a way (and still, maybe there is).
however, if i copy the file somewhere else for the action_view - i have to handle the deletion of that file after the user done viewing it.
i'm thinking about the resume event of my app's activity. can you think of a better option ?
Thank you
 
Upvote 0
Top