R rasoul.t New Member Jan 7, 2017 #1 Hi How can i do that. For example open a sega game rom named "comix.bin" using this package: "com.explusalpha.MdEmu"
Hi How can i do that. For example open a sega game rom named "comix.bin" using this package: "com.explusalpha.MdEmu"
Erel B4X founder Staff member Licensed User Longtime User Jan 8, 2017 #2 B4X: Dim pm As PackageManager StartActivity(pm.GetApplicationIntent("comix.bin")) Upvote 0
DonManfred Expert Licensed User Longtime User Jan 8, 2017 #3 I´m sorry @Erel The TO want to start the app com.explusalpha.MdEmu which is an Emulator app for old games. And in this emulator he want to start the game comix.bin I don´t think the Packagemanager does know the existence of comix.bin Upvote 0
I´m sorry @Erel The TO want to start the app com.explusalpha.MdEmu which is an Emulator app for old games. And in this emulator he want to start the game comix.bin I don´t think the Packagemanager does know the existence of comix.bin