Browse Source

Fix string

Mario Danic 8 years ago
parent
commit
05367bf9ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/AndroidManifest.xml

+ 1 - 1
src/main/AndroidManifest.xml

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