From fae3131ea7ef4cb5b88bcdccba75eec664e96e07 Mon Sep 17 00:00:00 2001
From: "Tadashi G. Takaoka" <takaoka@google.com>
Date: Tue, 24 Jul 2012 17:32:45 +0900
Subject: [PATCH] Add Indonesian keyboard layout

Bug: 6867914
Change-Id: Id605cc20f3e38c4277c3705622f3078f307d971a
---
 java/res/xml/method.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/java/res/xml/method.xml b/java/res/xml/method.xml
index 7f8a23a0ee..acb50a7fdb 100644
--- a/java/res/xml/method.xml
+++ b/java/res/xml/method.xml
@@ -41,6 +41,7 @@
     hi: Hindi/hindi
     hr: Croatian/qwertz
     hu: Hungarian/qwertz
+    id: Indonesian/qwerty
     is: Icelandic/qwerty
     it: Italian/qwerty
     iw: Hebrew/hebrew
@@ -186,6 +187,12 @@
             android:imeSubtypeMode="keyboard"
             android:imeSubtypeExtraValue="AsciiCapable,SupportTouchPositionCorrection"
     />
+    <subtype android:icon="@drawable/ic_subtype_keyboard"
+            android:label="@string/subtype_generic"
+            android:imeSubtypeLocale="id"
+            android:imeSubtypeMode="keyboard"
+            android:imeSubtypeExtraValue="KeyboardLayoutSet=qwerty,AsciiCapable"
+    />
     <subtype android:icon="@drawable/ic_subtype_keyboard"
             android:label="@string/subtype_generic"
             android:imeSubtypeLocale="is"
-- 
GitLab