Skip to content
Snippets Groups Projects
Commit d6b80c6e authored by satok's avatar satok Committed by Android (Google) Code Review
Browse files

Merge "Fix hardcoded "isDefault" setting" into froyo

parents 3d23421c 8a3f6dfb
No related branches found
No related tags found
No related merge requests found
...@@ -22,5 +22,5 @@ ...@@ -22,5 +22,5 @@
<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.android.inputmethod.latin.LatinIMESettings" android:settingsActivity="com.android.inputmethod.latin.LatinIMESettings"
android:isDefault="true" android:isDefault="@bool/im_is_default"
/> />
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment