Times ago, I could open external applications in my apps with the following code, but now this code does not work. In the logs nothing appears but the app does not open.
I have checked the package name and It is correct.
The app is this one (is about my externa camera): https://play.google.com/store/apps/details?id=com.langshixing.cloudhome&hl=es_419&gl=US&pli=1
I do not want to manage it. Only open it. Like a shortcut. Any idea? any permission? I do not remember how get to work it in the pass. Thank you.
B4A:
Dim in As Intent
Dim pm As PackageManager
in = pm.GetApplicationIntent("com.oplus.ocloud")
If in.IsInitialized Then StartActivity(in)
I have checked the package name and It is correct.
The app is this one (is about my externa camera): https://play.google.com/store/apps/details?id=com.langshixing.cloudhome&hl=es_419&gl=US&pli=1
I do not want to manage it. Only open it. Like a shortcut. Any idea? any permission? I do not remember how get to work it in the pass. Thank you.