Created
February 11, 2014 21:29
-
-
Save noahlt/8944587 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* TOA = TON + NPI | |
* See TS 24.008 section 10.5.4.7 for details. | |
* These are the only really useful TOA values | |
*/ | |
public static final int TOA_International = 0x91; | |
public static final int TOA_Unknown = 0x81; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
well-documented code from the android sdk