Deprecate addService().

This commit is contained in:
Bryce Curtis
2011-11-09 23:12:53 -06:00
parent 0caca9ae55
commit 827af8a920
2 changed files with 8 additions and 0 deletions
@@ -28,11 +28,15 @@ import android.content.Intent;
public abstract class PhonegapActivity extends Activity {
/**
* @deprecated
* Add services to res/xml/plugins.xml instead.
*
* Add a class that implements a service.
*
* @param serviceType
* @param className
*/
@Deprecated
abstract public void addService(String serviceType, String className);
/**