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

Commit 36b4375b authored by Mike LeBeau's avatar Mike LeBeau
Browse files

Specify the correct settings activity for LatinIME.

parent d8564506
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -21,6 +21,6 @@
<!-- for the Input Method Manager. -->
<!-- for the Input Method Manager. -->


<input-method xmlns:android="http://schemas.android.com/apk/res/android"
<input-method xmlns:android="http://schemas.android.com/apk/res/android"
        android:settingsActivity="com.google.android.voicesearch.LatinIMEWithVoiceSettings"
        android:settingsActivity="com.android.inputmethod.latin.LatinIMESettings"
        android:isDefault="true"
        android:isDefault="true"
/>
/>