This Question is a bit special:
I have App 1 wich can get all permissions i need. In this app i choose a image for its own background via ContentChooser.
At some point i will start App 2 via intent, and this app should show the same background image.
Note: App 2 should not display any Runtime Permissions requests!
I tried several things:
- Send the whole bitmap as Intent extra -> filesize to large
- Copy image to ExternalRoot -> App2 cannot access it
- send resolved uri to App2 -> doesnt work either
Is there any other change for App2 to display the same image choosed by App1?
Maybe there is a folder where app1 can copy the image to and app2 can read the image without permission?
I have App 1 wich can get all permissions i need. In this app i choose a image for its own background via ContentChooser.
At some point i will start App 2 via intent, and this app should show the same background image.
Note: App 2 should not display any Runtime Permissions requests!
I tried several things:
- Send the whole bitmap as Intent extra -> filesize to large
- Copy image to ExternalRoot -> App2 cannot access it
- send resolved uri to App2 -> doesnt work either
Is there any other change for App2 to display the same image choosed by App1?
Maybe there is a folder where app1 can copy the image to and app2 can read the image without permission?
Last edited: