mirror of
https://github.com/nextcloud/android.git
synced 2024-11-23 05:35:39 +03:00
Merge pull request #130 from nextcloud/129_authoritiesFillPath
#129 Add authorities prefixes to providers
This commit is contained in:
commit
0484d4aa06
1 changed files with 2 additions and 2 deletions
|
@ -138,14 +138,14 @@
|
|||
|
||||
<provider
|
||||
android:name=".providers.UsersAndGroupsSearchProvider"
|
||||
android:authorities=".providers.UsersAndGroupsSearchProvider"
|
||||
android:authorities="com.nextcloud.android.providers.UsersAndGroupsSearchProvider"
|
||||
android:enabled="true"
|
||||
android:exported="false"
|
||||
android:label="@string/search_users_and_groups_hint" />
|
||||
|
||||
<provider
|
||||
android:authorities="@string/document_provider_authority"
|
||||
android:name="org.nextcloud.providers.DocumentsStorageProvider"
|
||||
android:authorities="@string/document_provider_authority"
|
||||
android:exported="true"
|
||||
android:grantUriPermissions="true"
|
||||
android:permission="android.permission.MANAGE_DOCUMENTS"
|
||||
|
|
Loading…
Reference in a new issue