mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-11 03:25:05 -05:00
Fix intent filters for services
This commit is contained in:
parent
0fffa4500b
commit
de704e400d
@ -405,7 +405,7 @@
|
||||
android:permission="org.sufficientlysecure.keychain.permission.ACCESS_API"
|
||||
android:process=":remoteapi" >
|
||||
<intent-filter>
|
||||
<action android:name="org.sufficientlysecure.keychain.service.IApgApiService" />
|
||||
<action android:name="org.sufficientlysecure.keychain.service.IKeychainApiService" />
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
@ -419,7 +419,7 @@
|
||||
android:permission="org.sufficientlysecure.keychain.permission.ACCESS_KEYS"
|
||||
android:process=":remotekeys" >
|
||||
<intent-filter>
|
||||
<action android:name="org.sufficientlysecure.keychain.service.IApgKeyService" />
|
||||
<action android:name="org.sufficientlysecure.keychain.service.IKeychainKeyService" />
|
||||
</intent-filter>
|
||||
|
||||
<meta-data
|
||||
|
Loading…
Reference in New Issue
Block a user