mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-03 17:59:33 +02:00
no permission required for config service
This commit is contained in:
parent
0466e8d1a6
commit
268e8dfd68
2 changed files with 3 additions and 3 deletions
|
@ -2,7 +2,7 @@
|
||||||
<manifest
|
<manifest
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.geometerplus.zlibrary.ui.android"
|
package="org.geometerplus.zlibrary.ui.android"
|
||||||
android:versionCode="2020311"
|
android:versionCode="2020310"
|
||||||
android:versionName="2.2.3"
|
android:versionName="2.2.3"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
|
@ -156,7 +156,7 @@
|
||||||
<action android:name="android.fbreader.action.LIBRARY_SERVICE"/>
|
<action android:name="android.fbreader.action.LIBRARY_SERVICE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</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>
|
<intent-filter>
|
||||||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
|
@ -156,7 +156,7 @@
|
||||||
<action android:name="android.fbreader.action.LIBRARY_SERVICE"/>
|
<action android:name="android.fbreader.action.LIBRARY_SERVICE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</service>
|
</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>
|
<intent-filter>
|
||||||
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
<action android:name="android.fbreader.action.CONFIG_SERVICE"/>
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue