1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-06 03:50:19 +02:00

library service start is commented

This commit is contained in:
Nikolay Pultsin 2012-01-25 17:15:39 +00:00
parent c1328bb216
commit 2f3b87c63a

View file

@ -28,6 +28,6 @@ public class FBReaderApplication extends ZLAndroidApplication {
@Override
public void onCreate() {
super.onCreate();
bindService(new Intent(this, LibraryService.class), null, LibraryService.BIND_AUTO_CREATE);
//bindService(new Intent(this, LibraryService.class), null, LibraryService.BIND_AUTO_CREATE);
}
}