撥打電話和傳送資訊

2021-08-31 22:55:53 字數 525 閱讀 7157

//打**  

class sendcallclicklistener implements onclicklistener

}

//發簡訊  

class sendmsgclicklistener implements onclicklistener

}

第二種資訊格式:是系統自動傳送簡訊

smsmanager smsmanager =smsmanager.getdefault();

smsmanager.sendtextmessage(**號碼, null, "簡訊被容", null, null);

toast.maketext(context, "傳送成功", toast.length_short).show();

最後不要忘了做這些操作是需要授權的,需要在androidmanifest.xml中加入兩行配置

iOS撥打電話

1,這種方法,撥打完 回不到原來的應用,會停留在通訊錄裡,而且是直接撥打,不彈出提示 nsmutablestring str nsmutablestring alloc initwithformat tel 186 x6979 nslog str str 2,這種方法,打完 後還會回到原來的程式,也...

iOS 撥打電話

1.這種方法,撥打完 回不到原來的應用,會停留在通訊錄裡,而且是直接撥打,不彈出提示 nsmutablestring str nsmutablestring alloc initwithformat tel 186 x6979 2.這種方法,打完 後還會回到原來的程式,也會彈出提示,推薦這種 nsm...

React Native撥打電話

呼叫系統撥打 功能,其實和開啟瀏覽器訪問 是一樣的,只不過開啟的位址不是http或https開頭,而是tel 開頭,像這樣 import from react native function callme 但需要注意,有部分裝置是不支援撥打 的,這包括我們開發環境的ios模擬器,也包含某些平板或者安...