diff options
| author | Jeff Brown <jeffbrown@google.com> | 2014-02-14 09:50:48 +0000 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2014-02-14 09:50:48 +0000 |
| commit | 28114904554c520b26a66eb40439c4c9490286d8 (patch) | |
| tree | f95bd8cc3e64b6fe614e7738c6db17ac96f5d080 /core/java | |
| parent | 88aaef71289177644f723d3d0f20f34a6f9b3d2c (diff) | |
| parent | f75aaf0282531f8e8448bfb1cbdfb239f683ae8b (diff) | |
am f75aaf02: am ae254a8d: am 3048191b: Remove onCreate() method that should not be there.
* commit 'f75aaf0282531f8e8448bfb1cbdfb239f683ae8b':
Remove onCreate() method that should not be there.
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/com/android/server/SystemService.java | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/core/java/com/android/server/SystemService.java b/core/java/com/android/server/SystemService.java index 0c89f9482615..194a084148d1 100644 --- a/core/java/com/android/server/SystemService.java +++ b/core/java/com/android/server/SystemService.java @@ -85,14 +85,6 @@ public abstract class SystemService { } /** - * 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. * When this method returns, the service should be published. |
