running intents

gorelshv

Member
Licensed User
Longtime User
Hi, is there a way of broadcasting intents? Maybe using the reflector library?
thanks.
 
Last edited:

gorelshv

Member
Licensed User
Longtime User
Hi, I'm using the new Phone library which enables the app to send custom intents.:sign0060:
I've tried sending the following intent:
B4X:
   Dim intntWatch As Intent
   intntWatch.Initialize("com.smartmadsoft.openwatch.action.VIBRATE","")
   StartActivity(intntWatch)
but i get the following error massage (taken from LogCat):
android.content.ActivityNotFoundException: No Activity found to handle Intent { act=com.smartmadsoft.openwatch.action.ENVELOPE }
I'm using the API I've mentioned a few posts back.
I've tried using different combinations including the use of Initialize2 and setcomponent but it didn't work.
I've been on it for almost 2 hours...
Obviously I'm doing something wrong :sign0104:
Please, :sign0085:
 
Upvote 0
Top