Re-export the shortcuts & suggestions providers.

bug:6994278
Change-Id: I78eaf8fc2539c829445247c288a8f27c870bcbb0
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 30e24fa..e916545 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -74,8 +74,8 @@
         </activity>
 
         <provider android:name=".ShortcutsProvider"
-                android:authorities="com.android.quicksearchbox.shortcuts">
-        </provider>
+            android:authorities="com.android.quicksearchbox.shortcuts"
+            android:exported="true" />
 
         <activity android:name=".preferences.SearchSettingsActivity"
                 android:label="@string/search_settings"
@@ -131,7 +131,8 @@
 
         <provider android:name=".google.GoogleSuggestionProvider"
             android:label="@string/google_search_label"
-            android:authorities="com.android.quicksearchbox.google" />
+            android:authorities="com.android.quicksearchbox.google"
+            android:exported="true" />
 
     </application>
 </manifest>