OSDN Git Service

Bring positions back into photo setTag() for FT launching.
authorJeff Sharkey <jsharkey@android.com>
Fri, 11 Sep 2009 20:22:18 +0000 (13:22 -0700)
committerJeff Sharkey <jsharkey@android.com>
Fri, 11 Sep 2009 20:45:25 +0000 (13:45 -0700)
commit40b34b98d7e8456d78b1982885323dd4d87e4fc8
tree537a33987d68efadd80864e9db52b9e24535a599
parent5231f475b806610b4c9a64369aae5144fa2ee01d
Bring positions back into photo setTag() for FT launching.

Earlier change had switched setTag() to store Photos._ID
values instead of list positions.  This broke FastTrack
launching from lists.

This change adds a container class so both values happily
live in the same tag.  Fixes http://b/2114632
src/com/android/contacts/ContactsListActivity.java
src/com/android/contacts/ui/FastTrackWindow.java