mirror of
https://github.com/moparisthebest/open-keychain
synced 2024-11-27 11:12:15 -05:00
Other applications must user permission to read key details to connect
to AIDL interface This is necessary, because upcoming version of the aidl-interface will be able to return fingerprints and user ids to applications.
This commit is contained in:
parent
b5097b7a41
commit
4b882fa90b
@ -195,7 +195,12 @@
|
||||
android:configChanges="keyboardHidden|orientation|keyboard"/>
|
||||
|
||||
<service android:name=".Service" />
|
||||
<service android:name=".ApgService" android:enabled="true" android:exported="true" android:process=":remote" >
|
||||
<service
|
||||
android:name=".ApgService"
|
||||
android:enabled="true" android:exported="true"
|
||||
android:process=":remote"
|
||||
android:permission="org.thialfihar.android.apg.permission.READ_KEY_DETAILS"
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="org.thialfihar.android.apg.IApgService"/>
|
||||
</intent-filter>
|
||||
|
Loading…
Reference in New Issue
Block a user