M Marc De Loose Member Licensed User Longtime User Aug 16, 2017 #1 Hi, I have another app (WATCHMAKER) that is calling an app that I made in B4A. Is there a way to know the calling app in B4A(in this case watchmaker)? It would simplify things for me. thx Marc
Hi, I have another app (WATCHMAKER) that is calling an app that I made in B4A. Is there a way to know the calling app in B4A(in this case watchmaker)? It would simplify things for me. thx Marc
Erel B4X founder Staff member Licensed User Longtime User Aug 16, 2017 #2 Does it send an intent to your app? You can add an "extra" to the intent with the source app package name. Upvote 0
Does it send an intent to your app? You can add an "extra" to the intent with the source app package name.