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

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

Make SettingsIntelligence app suport RTL configuration. am: 77653fd1

am: acde90a0

Change-Id: I06bbadeb12b33077db2947375d303c1c13838623
parents cc872b70 acde90a0
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"