intent intent=new intent(intent.action_send);
intent.settype("text/plain"); //分享的資料型別
intent.putextra(intent.extra_subject,getstring(r.string.send_subject)); //主題
string url1= "";
intent.putextra(intent.extra_title,
url1);
intent.putextra(intent.extra_text,
getstring(r.string.sms_content)); //內容
startactivity(intent.createchooser(intent, getstring(r.string.send_by))); //目標應用選擇對話方塊的標題
嗨,我正在使用一款非常好用的手機備份軟體,手機資料再也不用擔心丟失了。你也快去安裝乙個吧!
Android 藍芽連線
一 概述 藍芽是一種無線技術標準,可實現固定裝置 移動裝置和樓宇個人域網之間的短距離資料交換。最多可以同時和7個其它藍芽裝置建立連線,進行通訊。藍芽可分為兩大類 傳統藍芽 藍芽3.0規範之前 低功耗藍芽 藍芽4.0規範之後 android 從4.3版本 api level 18 開始支援低功耗藍芽b...
Android 藍芽連線
今天要做乙個藍芽4.0的通訊,先做個小test,之後再看看具體的api override public void onclick view v 3,掃瞄附近的裝置 list devicelist new arraylist if bluetoothadapter.isdiscovering else...
Arch安裝開啟藍芽
pacman s bluez bluez utils bluedevil systemctl enable bluetooth其中bluedevil為圖形化管理工具。重啟後可在托盤看到圖示。如果要用藍芽耳機,或者藍芽音響,還需要安裝pulseaudio bluetooth pacman s puls...