AIR | Android | Open app from another app
Hi,
I'm trying to get app A open app B on Android (by clicking some button from app A).
Both apps are developed with FlashBuilder 4.7.
I've tried several solutions without success.
I've tried a specific URI scheme, but it failed.
I also tried the following trick:
– embed a fake file in app A with a fake file extension, e.g. "fakefile.appb".
– register app B as the default app to open that kind of files (via manifest additions)
– in app A, add a button linking to fakefile.appb, so that app B opens.
But I can't even get my fakefile.appb to trigger opening of app B.
Did some of you use one of these methods successfully?
Am I missing something?
Any other idea to achieve that type of behaviour?
Thanks in advance!
D.
