반응형
[android] emergency number 에도 전화를 바로 걸려면? |
ACTION_CALL intent 에 대해 폰에 따라 이 permission 이 없으면 emergency number 에는 일반 번호와는 다르게, 전화가 바로 걸리지 않고 dialer 만 뜨는 경우가 있다.
아래 permission 이 있어야만 emergency call 에도 바로 전화를 걸 수 있다.
단 system 앱만 사용할 수 있다는 것은 함정..
public static final String CALL_PRIVILEGED
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"
반응형
'프로그래밍 놀이터 > 안드로이드, Java' 카테고리의 다른 글
[android] Custom view state 관리에 대한 내용. (0) | 2017.05.23 |
---|---|
[android] LinearLayoutManager 를 사용할 때 smooth scrolling 을 하게 하려면 (0) | 2017.05.22 |
[android] adb dumpsys 를 잘 사용해보자. (0) | 2017.05.18 |
[Android] java.lang.IllegalStateException: Cannot add header view to list -- setAdapter has already been called. (0) | 2017.05.17 |
[Java] Subclass 는 Serializable 을 구현하고, Superclass 는 그렇지 않은 경우. (0) | 2017.05.16 |
댓글