mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 10:49:24 +02:00
Merge branch 'master' into library-service
Conflicts: src/org/geometerplus/android/fbreader/libraryService/LibraryService.java
This commit is contained in:
commit
c4308ade41
2 changed files with 3 additions and 4 deletions
|
@ -19,8 +19,7 @@
|
|||
|
||||
package org.geometerplus.android.fbreader.libraryService;
|
||||
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.*;
|
||||
|
||||
import android.content.*;
|
||||
import android.os.IBinder;
|
||||
|
|
|
@ -19,8 +19,7 @@
|
|||
|
||||
package org.geometerplus.android.fbreader.libraryService;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.LinkedList;
|
||||
import java.util.*;
|
||||
|
||||
import android.app.Service;
|
||||
import android.content.Intent;
|
||||
|
@ -160,6 +159,7 @@ public class LibraryService extends Service {
|
|||
.toString()
|
||||
);
|
||||
}
|
||||
return strings;
|
||||
}
|
||||
|
||||
public boolean saveBook(String book, boolean force) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue