mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 12:00:17 +02:00
library service start is commented
This commit is contained in:
parent
c1328bb216
commit
2f3b87c63a
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue