org.androidpn.client
Class ServiceManager

java.lang.Object
  extended by org.androidpn.client.ServiceManager

public final class ServiceManager
extends java.lang.Object

This class is to manage the notificatin service and to load the configuration.

Author:
Sehwan Noh (devnoh@gmail.com)

Constructor Summary
ServiceManager(Context context)
           
 
Method Summary
 void setNotificationIcon(int iconId)
           
 void startService()
           
 void stopService()
           
static void viewNotificationSettings(Context context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceManager

public ServiceManager(Context context)
Method Detail

startService

public void startService()

stopService

public void stopService()

setNotificationIcon

public void setNotificationIcon(int iconId)

viewNotificationSettings

public static void viewNotificationSettings(Context context)