aboutsummaryrefslogtreecommitdiffstats
path: root/org_apg/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org_apg/AndroidManifest.xml')
-rw-r--r--org_apg/AndroidManifest.xml33
1 files changed, 17 insertions, 16 deletions
diff --git a/org_apg/AndroidManifest.xml b/org_apg/AndroidManifest.xml
index e51f9eac4..797f87fab 100644
--- a/org_apg/AndroidManifest.xml
+++ b/org_apg/AndroidManifest.xml
@@ -223,23 +223,24 @@
android:name="org.thialfihar.android.apg.ui.HelpActivity"
android:label="@string/title_help" />
- <service android:name=".Service" />
-
+ <service android:name=".service.PassphraseCacheService" />
<service android:name=".service.ApgService" />
-<!-- <service -->
-<!-- android:name=".ApgService2" -->
-<!-- android:enabled="true" -->
-<!-- android:exported="true" -->
-<!-- android:permission="org.thialfihar.android.apg.permission.READ_KEY_DETAILS" -->
-<!-- android:process=":remote" > -->
-<!-- <intent-filter> -->
-<!-- <action android:name="org.thialfihar.android.apg.IApgService" /> -->
-<!-- </intent-filter> -->
-
-<!-- <meta-data -->
-<!-- android:name="api_version" -->
-<!-- android:value="2" /> -->
-<!-- </service> -->
+
+ <!-- TODO: need to be moved into new service model -->
+ <service
+ android:name=".service.ApgService2"
+ android:enabled="true"
+ android:exported="true"
+ android:permission="org.thialfihar.android.apg.permission.READ_KEY_DETAILS"
+ android:process=":remote" >
+ <intent-filter>
+ <action android:name="org.thialfihar.android.apg.service.IApgService2" />
+ </intent-filter>
+
+ <meta-data
+ android:name="api_version"
+ android:value="2" />
+ </service>
<provider
android:name=".provider.DataProvider"