mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 18:29:23 +02:00
library search (finished)
This commit is contained in:
parent
904f72a0c8
commit
c3befbd767
4 changed files with 17 additions and 3 deletions
|
@ -70,6 +70,9 @@
|
|||
<intent-filter>
|
||||
<action android:name="android.intent.action.SEARCH" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<action android:name="fbreader.library.intent.FOUND" />
|
||||
</intent-filter>
|
||||
<meta-data android:name="android.app.searchable" android:resource="@xml/searchable" />
|
||||
</activity>
|
||||
<activity android:name="org.geometerplus.android.fbreader.library.LibraryTreeActivity" android:process=":library" android:configChanges="orientation|keyboardHidden">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue