Intent: Translating Java Example

littleviking

Member
Licensed User
Longtime User
Hello,

I am trying to make an 3rd-party addon to remote notifier. (ThirdPartyNotifications - android-notifier - How to send notifications from other applications through Android Remote Notifier - Desktop event notifier for Android devices - Google Project Hosting)
Their website gives these data for intents:

Intent i = new Intent(UserReceiver.ACTION);
i.putExtra(UserReceiver.EXTRA_TITLE, "Some title");
i.putExtra(UserReceiver.EXTRA_DESCRIPTION, "This is my test message.");
and this example:


I tried this B4A-Code:


But it doesn't work. Remote Notifier doesn't get the message.

Anybody any ideas?

Thank you!
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…