commit | 9431911b52789c69c61f8d5bb02a33ff3e1f6fba | [log] [tgz] |
---|---|---|
author | Flavio Lerda <flerda@google.com> | Mon Jun 27 12:22:11 2011 +0100 |
committer | Flavio Lerda <flerda@google.com> | Mon Jun 27 12:22:11 2011 +0100 |
tree | 87f12432c5217f62a9bb3702dd78ac1e2bf5da39 | |
parent | c1bef1ebaa686f6e1ee0d34ca8444704d922bd7c [diff] |
Fixes NoSuchMethod errors in VCardTest. The continuous build runs tests with ProGuard enabled. This cases problem when using methods that are not used in the main code, since ProGuard strips them from the compiled APK. This change adds a couple of methods that are needed by one of the tests. Bug: 4901557 Change-Id: I2907e3b119d2a8420bb8974a7c410f4d42dd1d67