Adding support for searching word segments when camelcase is used in the title

Bug: 30880421
Change-Id: If642d24408fe0e80b5a0dd9a2a57d2f3c2d92ea9
This commit is contained in:
Sunny Goyal
2016-09-08 20:31:38 -07:00
parent add78abb98
commit e4a3e0cfaf
3 changed files with 142 additions and 22 deletions

View File

@@ -62,7 +62,7 @@ public class AppInfo extends ItemInfo {
*/
int isDisabled = ShortcutInfo.DEFAULT;
AppInfo() {
public AppInfo() {
itemType = LauncherSettings.BaseLauncherColumns.ITEM_TYPE_SHORTCUT;
}