mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 19:42:17 +02:00
exported config service
This commit is contained in:
parent
12b2177009
commit
3155437da2
5 changed files with 18 additions and 7 deletions
|
@ -135,7 +135,11 @@
|
|||
<action android:name="android.fbreader.action.LIBRARY_SERVICE"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="org.geometerplus.android.fbreader.config.ConfigService" android:launchMode="singleTask" android:process=":configService" android:exported="false"/>
|
||||
<service android:name="org.geometerplus.android.fbreader.config.ConfigService" android:launchMode="singleTask" android:process=":configService">
|
||||
<intent-filter>
|
||||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||
</intent-filter>
|
||||
</service>
|
||||
<service android:name="org.geometerplus.android.fbreader.synchroniser.SynchroniserService" android:launchMode="singleTask" android:process=":synchroniser" android:exported="false"/>
|
||||
<activity android:name="org.geometerplus.android.fbreader.library.BookInfoActivity" android:theme="@style/FBReader.Activity" android:process=":library" android:configChanges="orientation|keyboardHidden|screenSize">
|
||||
<intent-filter>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue