가끔 안드로이드 개발을 할때 유용하게 필요할것 같습니다.
버전 분기 / 통신사 분기/ 기기명 분기
할때 쓸수 있겠군효 ^,^ …
TelephonyManager tpMgr = (TelephonyManager) context.getSystemService(Context.TELEPHONY_SERVICE); String alphName = tpMgr.getNetworkOperatorName(); Log.d("Telephony", "alphName:\t" + alphName); // 통신사 Log.d("", "SDK:" + android.os.Build.VERSION.RELEASE); // 버젼 sdk:2.1-update1 Log.d("", "MODEL:" + android.os.Build.MODEL); // Device Model