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.xml30
1 files changed, 16 insertions, 14 deletions
diff --git a/org_apg/AndroidManifest.xml b/org_apg/AndroidManifest.xml
index ca39827fa..e51f9eac4 100644
--- a/org_apg/AndroidManifest.xml
+++ b/org_apg/AndroidManifest.xml
@@ -224,20 +224,22 @@
android:label="@string/title_help" />
<service android:name=".Service" />
- <service
- android:name="org.thialfihar.android.apg.ApgService"
- 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>
+
+ <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> -->
<provider
android:name=".provider.DataProvider"