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:
parent
0466e8d1a6
commit
268e8dfd68
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue