Ver Fonte

update authority to match authority in java files

Bartosz Przybylski há 8 anos atrás
pai
commit
a4d30e88e5
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      AndroidManifest.xml

+ 1 - 1
AndroidManifest.xml

@@ -138,7 +138,7 @@
 
         <provider
             android:name=".providers.UsersAndGroupsSearchProvider"
-            android:authorities="com.nextcloud.providers.UsersAndGroupsSearchProvider"
+            android:authorities="com.nextcloud.android.providers.UsersAndGroupsSearchProvider"
             android:enabled="true"
             android:exported="false"
             android:label="@string/search_users_and_groups_hint" />