Make SettingsIntelligence app suport RTL configuration. am: 77653fd13b
am: acde90a05b
Change-Id: I06bbadeb12b33077db2947375d303c1c13838623
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"