aboutsummaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 47197a129..0ece93e55 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -195,7 +195,11 @@
android:configChanges="keyboardHidden|orientation|keyboard"/>
<service android:name=".Service" />
-
+ <service android:name=".ApgService" android:enabled="true" android:exported="true" android:process=":remote" >
+ <intent-filter>
+ <action android:name="org.thialfihar.android.apg.IApgService"/>
+ </intent-filter>
+ </service>
<provider
android:readPermission="org.thialfihar.android.apg.permission.READ_KEY_DETAILS"
android:name="org.thialfihar.android.apg.provider.DataProvider"