1
0
Fork 0
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:
Nikolay Pultsin 2014-07-13 23:27:04 +01:00
parent 12b2177009
commit 3155437da2
5 changed files with 18 additions and 7 deletions

View file

@ -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>