Android Question ContentChooser from DirAssets

elEdu

New Member
Licensed User
How could I select the pictures coming from DirAssets using ContentChooser or another sentence?


Thank you
 

DonManfred

Expert
Licensed User
Longtime User
You cant. Assets is only accessible by your app.

You need to copy the file to another place to be able to share it
 
Upvote 0

elEdu

New Member
Licensed User
I want to do is locate images using ContentChooser. (On the device) where I have to copy these images to find whith:
ImageChooser1.show ( "image / *", "Select Imatge")
thank you
 
Upvote 0

Similar Threads

  • Question
Android Question PageTurnView
Replies
2
Views
968
Replies
1
Views
947
Top