The file path from personal profile app is not shared using normal sharing feature, it's an answer to a request from work profile app.
WPA=Work profile app PPA=Personal profile app
WPA sends message to PPA: "Gimme a path"
PPA answers to WPA: "path"
WPA reads the file from given path in personal profile space and saves it to work profile space
To my understanding, we need to allow two different things(at least these two are currently blocked): 1. Sending the answer from PPA to WPA 2. Let the WPA to read the space in personal profile
The file path from personal profile app is not shared using normal sharing feature, it's an answer to a request from work profile app.
WPA=Work profile app
PPA=Personal profile app
WPA sends message to PPA: "Gimme a path"
PPA answers to WPA: "path"
WPA reads the file from given path in personal profile space and saves it to work profile space
To my understanding, we need to allow two different things(at least these two are currently blocked):
1. Sending the answer from PPA to WPA
2. Let the WPA to read the space in personal profile
How can I achieve this functionality?