댓글 0개
Back키 Cancle 여부 설정 setCancelable(false); Dialog dim background 막기 getWindow().clearFlags(WindowManager.LayoutParams.FLAG_DIM_BEHIND); Dialo...
댓글 0개
전화 바로 걸기 [code java] Intent intent= new Intent(Intent.ACTION_CALL); intent.setData( Uri.parse("tel:"+callee)); startActivity(intent);[/code]...
댓글 0개
HttpOpenRequest 이용시 디버깅 창에"0xC0000005: 0xcccccccc 위치를 읽는 동안 액세스 위반이 발생했습니다."메세지가 출력되어 무시하다 해결방법을 찾았...