본문 바로가기
프로그래밍 놀이터/안드로이드, Java

[android] emergency number 에도 전화를 바로 걸려면?

by 돼지왕 왕돼지 2017. 5. 19.
반응형

 [android] emergency number 에도 전화를 바로 걸려면?


Android, CALL_PRIVILEGED, dialer, emergency number, permission, System, [android] emergency number 에도 전화를 바로 걸려면?, 긴급전화, 번호

ACTION_CALL intent 에 대해 폰에 따라 이 permission 이 없으면 emergency number 에는 일반 번호와는 다르게, 전화가 바로 걸리지 않고 dialer 만 뜨는 경우가 있다.


아래 permission 이 있어야만 emergency call 에도 바로 전화를 걸 수 있다.


단 system 앱만 사용할 수 있다는 것은 함정..


public static final String CALL_PRIVILEGED
Added in API level 1

Allows an application to call any phone number, including emergency numbers, without going through the Dialer user interface for the user to confirm the call being placed.

Not for use by third-party applications.

Constant Value: "android.permission.CALL_PRIVILEGED" 




반응형

댓글