Fix #911 calls.

We were previously calling Uri.parse() on the number which caused the #
to be recognized as a uri fragment separator when it should have been
part of the scheme-specific-part. Later on when we got the scheme
specific part to actually dial the number, we got an empty string.

The fix is to use Uri.fromParts() to build the string with the number
being explicitly part of the scheme-specific part.

Bug: 15315198
Change-Id: I1231d446c6ba98df417a83843181957a4d788918
2 files changed
tree: 52aad0ac25d26a761d8b95bb10db63791e09cd60
  1. libs/
  2. res/
  3. src/
  4. tests/
  5. .classpath
  6. .project
  7. Android.mk
  8. AndroidManifest.xml