use latest android number as recipient number

Fixes #791
// FREEBIE
This commit is contained in:
Jake McGinty
2014-04-24 16:40:54 -07:00
parent 61d18f49ad
commit f6e04d0f89
13 changed files with 266 additions and 54 deletions

View File

@@ -0,0 +1,4 @@
package org.thoughtcrime.securesms.util;
public @interface VisibleForTesting {
}