목록전화 (3)
투케이2K
[설 명][IT 정보] 갤럭시 S24 울트라 (Galaxy S24 Ultra) 설정 : 전화 거절 메시지 추가 방법 [내 용]1. 전화 앱 실행 >> 설정 화면 진입 2. 전화 거절 메시지 >> 내용 추가 실시
[설 명] 프로그램 : Ios / Swift 설 명 : 인텐트 (settings) , 애플리케이션 , 메일 , 문자 , 전화 , 링크 설정창 이동 클래스 [소스 코드] import Foundation import UIKit import SafariServices // MARK: [extension 정의 실시 : 뷰 컨트롤러] extension UIViewController { // MARK: - [클래스 설명] /* // ----------------------------------------- 1. 모바일 설정, 애플리케이션 설정 인텐트 이동 클래스 2. 인텐트 (settings) , 애플리케이션 , 메일 , 문자 , 전화 , 링크 설정창 이동 클래스 // ---------------------..
/* =========================== */ [ 개발 환경 설정 ] 개발 툴 : AndroidStudio 개발 언어 : java /* =========================== */ /* =========================== */ [소스 코드] //TODO [Mail (Gmail) 인텐트 이동 실시 : if(url.startsWith("mailto:")] try { String mail_data = "mailto:honggildung@test.com?subject=tittle&body=content"; Intent mail_intent = new Intent(Intent.ACTION_VIEW, Uri.parse(mail_data)); mail_intent.add..