Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ae254a8d authored by Jeff Brown's avatar Jeff Brown Committed by Android Git Automerger
Browse files

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

* commit '3048191b':
  Remove onCreate() method that should not be there.
parents 8a4c2bb1 3048191b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -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.