1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 09:49:19 +02:00

no permission required for config service

This commit is contained in:
Nikolay Pultsin 2015-01-16 15:16:40 +00:00
parent 0466e8d1a6
commit 268e8dfd68
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
package="org.geometerplus.zlibrary.ui.android"
android:versionCode="2020311"
android:versionCode="2020310"
android:versionName="2.2.3"
android:installLocation="auto"
>
@ -156,7 +156,7 @@
<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:permission="fbreader.permission.CONFIG">
<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>

View file

@ -156,7 +156,7 @@
<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:permission="fbreader.permission.CONFIG">
<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>