Update notification service to implement plugin class.

This commit is contained in:
Bryce Curtis
2010-09-29 11:10:08 -05:00
parent 7f7cc1db2a
commit f85f4e6b69
4 changed files with 160 additions and 54 deletions

View File

@@ -296,6 +296,7 @@ public class DroidGap extends Activity {
this.addService("File", "com.phonegap.FileUtils");
this.addService("Location", "com.phonegap.GeoBroker");
this.addService("Network Status", "com.phonegap.NetworkManager");
this.addService("Notification", "com.phonegap.Notification");
this.addService("Storage", "com.phonegap.Storage");
this.addService("Temperature", "com.phonegap.TempListener");
}