mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +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
|
<provider
|
||||||
android:name=".providers.UsersAndGroupsSearchProvider"
|
android:name=".providers.UsersAndGroupsSearchProvider"
|
||||||
android:authorities=".providers.UsersAndGroupsSearchProvider"
|
android:authorities="com.nextcloud.android.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"
|
||||||
|
|
Loading…
Reference in a new issue