수색…


소개

여러 Android 기기에는 제조업체가 맞춤 검색 버튼을 추가했습니다. 특히 하드웨어 장치를 타겟으로하는 앱을 만들 때 개발자가 버튼을 다룰 수있는 새로운 가능성을 열어줍니다.

이 주제에는 인 텐트 리시버를 통해 청취 할 수있는 인 텐트가 첨부 된 단추가 있습니다.

Sonim Devices

Sonim 기기는 다양한 맞춤 버튼이 모델별로 다양합니다.

PTT_KEY

com.sonim.intent.action.PTT_KEY_DOWN
com.sonim.intent.action.PTT_KEY_UP

YELLOW_KEY

com.sonim.intent.action.YELLOW_KEY_DOWN
com.sonim.intent.action.YELLOW_KEY_UP

SOS_KEY

com.sonim.intent.action.SOS_KEY_DOWN
com.sonim.intent.action.SOS_KEY_UP

GREEN_KEY

com.sonim.intent.action.GREEN_KEY_DOWN
com.sonim.intent.action.GREEN_KEY_UP

버튼 등록하기

이러한 의도를 얻으려면 Phone-Settings에서 버튼을 앱에 지정해야합니다. Sonim은 앱이 설치 될 때 앱에 버튼을 자동 등록 할 수있는 가능성이 있습니다. 그렇게하기 위해서 당신은 그들에게 연락해서 매니페스트에 다음과 같이 패키지 특정 키를 포함시켜야합니다 :

<meta-data
    android:name="app_key_green_data"
    android:value="your-key-here" />

RugGear 기기

PTT 버튼

android.intent.action.PTT.down
android.intent.action.PTT.up

확인 날짜 : RG730, RG740A



Modified text is an extract of the original Stack Overflow Documentation
아래 라이선스 CC BY-SA 3.0
와 제휴하지 않음 Stack Overflow