Say I am developing two apps 'A' & 'B'. 'A' contains a function/code 'f' to perform any task. If I am firing an implicit intent in 'A' to open an app 'B', is there a way that I can run 'f' over/in the 'B'? (Note: API of 'B' is not available)
If yes, how it will be implemented?