Make SettingsIntelligence app suport RTL configuration.
Without it the searchbox will not be mirrored correctly.
Change-Id: Id14282326f59d0bc8ad674a8c33cbd5fabba8ff0
Fixes: 71886916
Test: visual
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ca14a02..5d1a1b9 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -27,7 +27,8 @@
<application
android:label="@string/app_name_settings_intelligence"
- android:icon="@mipmap/ic_launcher">
+ android:icon="@mipmap/ic_launcher"
+ android:supportsRtl="true">
<service
android:name=".suggestions.SuggestionService"
android:exported="true"