Skip to main content
marchbold
Inspiring
January 18, 2012
Answered

Native Extensions and Pending Intent

  • January 18, 2012
  • 1 reply
  • 1006 views

Hi all,

I'm trying to figure out how to get a message back to my AIR application from a Android Native Extension when using a PendingIntent.

The example is from a Notification, creating the notification is fine but I can't get my head around how to receive the pending intent.

I don't really want to launch a new activity, just display the existing AIR one and get access to the FREContext to fire an event.

Any ideas how I can achieve this?

Cheers,

Michael

This topic has been closed for replies.
Correct answer marchbold

For anyone that's interested I figured it out.

The answer is in using a BroadcastReceiver and creating a broadcast pending intent.

1 reply

marchbold
marchboldAuthorCorrect answer
Inspiring
January 19, 2012

For anyone that's interested I figured it out.

The answer is in using a BroadcastReceiver and creating a broadcast pending intent.

air native extensions // https://airnativeextensions.com