i try with this
all the programs starts ok,but
or
only runs ok in rooted devices (i try in two rooted an one not rooted),any idea ? "activiv" is like this.thank you
B4X:
Dim i As Intent
i.Initialize(activiv,"")
i = pp.GetApplicationIntent(activiv)
Log(i)
If i.IsInitialized Then
Try
StartActivity(i)
Catch
ToastMessageShow("Aplicación no disponible/Application not available", False)
End Try
Else
ToastMessageShow("Aplicación no disponible/Application not available", False)
End If
B4X:
com.android.contacts
B4X:
com.android.phone