aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AndroidManifest.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index a6580a57c..937eb488a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -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>