work hard work smart

专注于Java后端开发。 不断总结,举一反三。
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年6月25日

摘要: Android 使用Telephony APIpublic class TelephonyDemo extends Activity { TextView textOut; TelephonyManager telephonyManager; PhoneStateListener listener; /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState) { super.onCreate... 阅读全文

posted @ 2013-06-25 14:41 work hard work smart 阅读(447) 评论(0) 推荐(0) 编辑