OSDN Git Service

Fixing wronk rowID check.
authorSunny Goyal <sunnygoyal@google.com>
Mon, 2 Mar 2015 22:24:21 +0000 (14:24 -0800)
committerSunny Goyal <sunnygoyal@google.com>
Mon, 2 Mar 2015 22:26:31 +0000 (14:26 -0800)
commite72f3d53f8c35b94aece6fafa6fd12cce9d09fe5
tree8e6aa382103467b4a5bd6bcb8269dd547cc0970e
parent633325c4c22061c745ff89f9141f18cca29b352b
Fixing wronk rowID check.

Since screenId is changed to primary key, the rowId can now be 0 (earlier
it was auto-increment and never 0)

Bug: 19566734
Change-Id: Icf0e4294a581039101df1ad1756fdb6e581c4cba
src/com/android/launcher3/LauncherProvider.java