commit | 29017bbd62eacc804e132437f05b52ae535c8bdd | [log] [tgz] |
---|---|---|
author | Bjorn Bringert <bringert@android.com> | Tue Nov 03 15:37:36 2009 +0000 |
committer | Bjorn Bringert <bringert@android.com> | Wed Nov 04 11:31:06 2009 +0000 |
tree | 6cd9f8ac8b0628b4a5ba28c3c32113e4be324a85 | |
parent | f31f630320a53e067ead2848d24ff63b0e0ad3b0 [diff] |
Fix type of _id col in SearchableDictionary SDK SAMPLE CODE ONLY Before, the _id column in the search suggestions contained a string. This causes an exception when the suggestion provider is used for in-app search in Cupcake. Now the _id column contains a long instead. Fixes http://b/issue?id=2219970 Change-Id: I53c8228badbb0e3ff1799107490b44ff8ced7148