reworking Content Provider

This commit is contained in:
Dominik
2012-10-25 14:52:13 +02:00
parent 95e35a4ffa
commit d24bbdc6a1
18 changed files with 1277 additions and 919 deletions

View File

@@ -338,6 +338,12 @@
<service android:name=".service.PassphraseCacheService" />
<service android:name=".service.ApgService" />
<provider
android:name=".provider.ApgProvider"
android:authorities="org.thialfihar.android.apg.provider"
android:readPermission="org.thialfihar.android.apg.permission.READ_KEY_DETAILS" />
<!-- DEPRECATED: -->
<provider
android:name=".deprecated.DataProvider"
android:authorities="org.thialfihar.android.apg.provider"