commit | 998763d9d3c601ed2f88814d48b7c57c58defac2 | [log] [tgz] |
---|---|---|
author | Nicolas Catania <niko@google.com> | Thu Jan 14 14:03:53 2010 -0800 |
committer | Nicolas Catania <niko@google.com> | Tue Jan 26 11:11:53 2010 -0800 |
tree | ebe522567692c29a256c1926dfda153236e098f2 | |
parent | 25910b47e4a352cd5cc31ea711dbab3818d9e100 [diff] |
Renamed placeCall to dialButtonPressed. placeCall does not always place calls so I think the name does not fit. When we build the call intent, stop adding the number right away, if number is null, I am not sure what the behavior will be. Instead we add the tel uri only when we know that the number is not null/empty or when it is a flash (empty string). Added branch to insert the last dial number (need one more CL). In onKeyUp, simplified the logic. Bug:2227429