我想使用Android SDK撥打緊急號碼。 我正在使用以下代碼來調用數字(911)。此代碼適用於除911(緊急號碼)以外的所有號碼。當我使用911時,它顯示我不想要的撥號器屏幕。有沒有打開撥號程序撥打911的任何程序,或者我們能否阻止用戶編輯撥號程序屏幕中的號碼? Uri callUri = Uri.parse("tel://911");
Intent callIntent = new Int
try{
Process process;
process = Runtime.getRuntime().exec(command);
BufferedReader in = new BufferedReader(new
InputStreamReader(process.getInputStream()));
} catch