當前位置:名人名言大全網 - 端午節短信 - Lua獲取短消息的數量

Lua獲取短消息的數量

根據設置,您可以更改獲取的短信數量。

在後臺發送短信

需要“導入”

導入“安卓。電話。* "短信管理器。GetDefault()。發送文本消息(tostring(數字),nil,Tostring(內容),nil,nil)。

呼叫系統發送短信。

導入“android.content.Intent”

導入“android.net.Uri”

Uri = Uri.parse("smsto:"...數)意向=意向(Intent。Action _ Sendto,URI)意向。Put Extra ("SMS _ body ",content)意圖。設置動作(“安卓。意圖。行動。查看”)活動。開始活動(意圖)。