diff --git a/core/java/com/android/server/SystemService.java b/core/java/com/android/server/SystemService.java index 0c89f94826151..194a084148d16 100644 --- a/core/java/com/android/server/SystemService.java +++ b/core/java/com/android/server/SystemService.java @@ -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.