Wizcorp / phonegap-plugin-localNotifications

PhoneGap plugin for providing native local notification system to JavaScript.
MIT License
38 stars 29 forks source link

Receive notification in JavaScript from cold closed app state (Android) #20

Closed aogilvie closed 9 years ago

aogilvie commented 9 years ago

Currently notification is only passed to JavaScript when application is still running in background.

Look into starting the application if closed with intent and telling JS about it.

aogilvie commented 9 years ago

26 fixed

tmaximini commented 9 years ago

I see a I/ActivityManager( 744): START u0 {cmp=my.app.com/jp.wizcorp.phonegap.plugin.localNotification.AlarmHelper (has extras)} from uid 10166 on display 0 W/InputMethodManagerService( 744): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@2abfa570 attribute=null, token = android.os.BinderProxy@3a51fb8

in logcat whenever I try to receive notification from cold closed app. Anything I am missing here?