Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit acde90a0 authored by Fan Zhang's avatar Fan Zhang Committed by android-build-merger
Browse files

Make SettingsIntelligence app suport RTL configuration.

am: 77653fd1

Change-Id: I16735980f8c88906cf38375bcad5697abbf4835e
parents 7c61c787 77653fd1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"