Skip to content

Instantly share code, notes, and snippets.

@codesburner
Forked from mstefanko/gist:890443
Created April 5, 2011 08:21
Show Gist options
  • Select an option

  • Save codesburner/903233 to your computer and use it in GitHub Desktop.

Select an option

Save codesburner/903233 to your computer and use it in GitHub Desktop.
private String getMyNumber(){
TelephonyManager mTelephonyMgr;
mTelephonyMgr = (TelephonyManager)
getSystemService(Context.TELEPHONY_SERVICE);
return mTelephonyMgr.getLine1Number();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment