am ae254a8d: am 3048191b: Remove onCreate() method that should not be there.

* commit 'ae254a8d716b0515c5c91359a690987dfe8d5e9d':
  Remove onCreate() method that should not be there.
This commit is contained in:
Jeff Brown
2014-02-14 09:41:42 +00:00
committed by Android Git Automerger

View File

@@ -84,14 +84,6 @@ public abstract class SystemService {
return getManager().isSafeMode();
}
/**
* Services are not yet available. This is a good place to do setup work that does
* not require other services.
*
* @param context The system context.
*/
public void onCreate(Context context) {}
/**
* Called when the dependencies listed in the @Service class-annotation are available
* and after the chosen start phase.