saileshmittal / phonegap-system-notification-plugin

a phonegap plugin for system notifications
MIT License
61 stars 15 forks source link

pwm cannot be resolved to a type #1

Closed indy0130 closed 13 years ago

indy0130 commented 13 years ago

After tried to install your plugin in PhoneGap 0.9.2 I get this error message.

Do you have an idea?

saileshmittal commented 13 years ago

"pwm" was my personal class. sorry for the inconvenience. I changed it to "myActivityClass.class" but you must rename to the activity that needs to get launched. This should be the one that extends DroidGap class.

saileshmittal commented 13 years ago

thanks for pointing it out.

KrishnaShetty commented 12 years ago

For phonegap-1.3.0, I got resolve error onPause and onResume. Below change required @Override public void onPause(boolean multitasking)

@Override public void onResume(boolean multitasking)