Wizcorp / phonegap-plugin-localNotifications

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

Include AlarmHelper activity in AndroidManifest.xml #34

Open tmaximini opened 9 years ago

tmaximini commented 9 years ago

In order to start up the app on Android when clicking a push, jp.wizcorp.phonegap.plugin.localNotification.AlarmHelper has to included as an <activity> in AndroidManifest.xml.

Otherwise logcat will display

I/ActivityManager(  746): START u0 {flg=0x10000000 cmp=xx.xxx.xx/jp.wizcorp.phonegap.plugin.localNotification.AlarmHelper (has extras)} from uid 10185 on display 0
W/InputMethodManagerService(  746): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@210f434 attribute=null, token = android.os.BinderProxy@9fef9f7```