浏览代码

Fix string

Mario Danic 8 年之前
父节点
当前提交
05367bf9ab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/AndroidManifest.xml

+ 1 - 1
src/main/AndroidManifest.xml

@@ -143,7 +143,7 @@
 
 
         <provider
         <provider
             android:name=".providers.UsersAndGroupsSearchProvider"
             android:name=".providers.UsersAndGroupsSearchProvider"
-            android:authorities="@string/users_and_search_authority"
+            android:authorities="@string/users_and_groups_search_authority"
             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" />