-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Action Parameter for "Broadcast Intent" not sent? #12
Comments
for sending intent you need full name, the app does not support any parameters for that intent. |
Unfortunately the Tasker action only seems to work when Tasker is installed. What would be the "full name" of the intent? |
for tasker task you need tasker app installed, that is correct. |
Automagic can extract additional information from the intent extras. The PowerAMP example lists something called a "bundle" to extract track information. That looks a little bit like something from the TaskerAction.java code. I will try to install Tasker to allow the Tasker intent to be send, maybe I can catch it with automagic ;-) |
I'm trying to send a "Broadcast Intent" when finding a specific beacon, using the Action parameter to identify the beacon. However, while the intent is received by the App "Automagic" without problems there seem to be no parameters attached to the intent, so I cannot distinguish the beacons.
You should also specify the complete name of the intent somewhere. Since I'm not an Android programmer it took me a while to guess the correct name
com.somebits.beacon.locator.action.NOTIFY_BEACON_ENTERS_REGION
;-)The text was updated successfully, but these errors were encountered: