am 3048191b: Remove onCreate() method that should not be there.
* commit '3048191b4cf9eff7a72b84065dec2b3dd1e89b3c': Remove onCreate() method that should not be there.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user