댓글 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]...