OSDN Git Service

Implement call and SMS shortcuts.
authorDianne Hackborn <hackbod@google.com>
Tue, 26 May 2009 19:46:23 +0000 (12:46 -0700)
committerDianne Hackborn <hackbod@google.com>
Tue, 26 May 2009 19:49:28 +0000 (12:49 -0700)
commit333a615d1e6ced4560f4803510e673bae87d0ca2
tree0742f0dfccd54fc747591d1e7401678d139abfff
parentc7cdf60769f1d448dcd016cc1ae93d3fc2975238
Implement call and SMS shortcuts.

This is basically the code from AnyCut integrated into the contacts app.
It doesn't yet let you change the shortcut name before it is added, but that
would be nice to do.
AndroidManifest.xml
res/drawable-finger/badge_action_call.png [new file with mode: 0644]
res/drawable-finger/badge_action_sms.png [new file with mode: 0644]
res/values/colors.xml [new file with mode: 0644]
res/values/strings.xml
src/com/android/contacts/ContactsListActivity.java