freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

App doesn't launch when in background and notification received (Android) #16

Closed jonnyleeharris closed 7 years ago

jonnyleeharris commented 11 years ago

The fix is simple, and it should be added to the readme.

You need to add the following in your element in the Android manifest section of your application descriptor:

<activity android:name="com.freshplanet.nativeExtensions.NotificationActivity"></activity>