thub.users.profile.tabs.comments.personalized


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

  1. WPA sends message to PPA: "Gimme a path"

  2. PPA answers to WPA: "path"

  3. 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?