OSDN Git Service

Fix type of _id col in SearchableDictionary
authorBjorn Bringert <bringert@android.com>
Tue, 3 Nov 2009 15:37:36 +0000 (15:37 +0000)
committerBjorn Bringert <bringert@android.com>
Wed, 4 Nov 2009 11:31:06 +0000 (11:31 +0000)
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


No differences found