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
註冊按鈕
要接收這些意圖,你必須在電話設定中將按鈕分配給你的應用。Sonim 有可能在安裝時自動將按鈕註冊到應用程式。為了做到這一點,你將不得不聯絡他們並獲得一個特定於包的金鑰,以包含在你的清單中,如下所示:
<meta-data
android:name="app_key_green_data"
android:value="your-key-here" />