Browse Source

Add authorities prefixes to providers

Bartosz Przybylski 8 years ago
parent
commit
a4900f9bfa
1 changed files with 2 additions and 2 deletions
  1. 2 2
      AndroidManifest.xml

+ 2 - 2
AndroidManifest.xml

@@ -138,14 +138,14 @@
 
 
         <provider
         <provider
             android:name=".providers.UsersAndGroupsSearchProvider"
             android:name=".providers.UsersAndGroupsSearchProvider"
-            android:authorities=".providers.UsersAndGroupsSearchProvider"
+            android:authorities="com.nextcloud.providers.UsersAndGroupsSearchProvider"
             android:enabled="true"
             android:enabled="true"
             android:exported="false"
             android:exported="false"
             android:label="@string/search_users_and_groups_hint" />
             android:label="@string/search_users_and_groups_hint" />
 
 
         <provider
         <provider
-            android:authorities="@string/document_provider_authority"
             android:name="org.nextcloud.providers.DocumentsStorageProvider"
             android:name="org.nextcloud.providers.DocumentsStorageProvider"
+            android:authorities="@string/document_provider_authority"
             android:exported="true"
             android:exported="true"
             android:grantUriPermissions="true"
             android:grantUriPermissions="true"
             android:permission="android.permission.MANAGE_DOCUMENTS"
             android:permission="android.permission.MANAGE_DOCUMENTS"