Update Library Reference, share_with_users branch
[pub/Android/ownCloud.git] / AndroidManifest.xml
index 93424a1..805e9ce 100644 (file)
             android:label="@string/sync_string_files"
             android:syncable="true" />
 
+        <provider
+            android:name=".providers.UsersAndGroupsSearchProvider"
+            android:authorities="com.owncloud.android.providers.UsersAndGroupsSearchProvider"
+            android:enabled="true"
+            android:exported="false"
+            android:label="@string/search_users_and_groups_hint" />
+
         <activity
             android:name=".authentication.AuthenticatorActivity"
             android:exported="true"
             android:name=".ui.activity.ShareActivity"
             android:label="@string/share_dialog_title"
             android:theme="@style/Theme.ownCloud.Dialog"
-            android:launchMode="singleTop" >
+            android:launchMode="singleTop"
+            android:windowSoftInputMode="adjustResize" >
             <intent-filter>
                 <action android:name="android.intent.action.SEARCH" />
             </intent-filter>
             <meta-data android:name="android.app.searchable"
-                       android:resource="@xml/searchable"/>
+                       android:resource="@xml/users_and_groups_searchable"/>
         </activity>
     </application>