reworking Content Provider
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user