|
@@ -22,7 +22,7 @@
|
|
|
<searchable xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:label="@string/app_name"
|
|
|
android:hint="@string/search_users_and_groups_hint"
|
|
|
- android:searchSuggestAuthority="com.nextcloud.android.providers.UsersAndGroupsSearchProvider"
|
|
|
- android:searchSuggestIntentAction="com.nextcloud.android.providers.UsersAndGroupsSearchProvider.action.SHARE_WITH"
|
|
|
+ android:searchSuggestAuthority="@string/users_and_groups_search_authority"
|
|
|
+ android:searchSuggestIntentAction="@string/users_and_groups_share_with"
|
|
|
android:searchSuggestThreshold="1" >
|
|
|
</searchable>
|