Android學習——APP內容共享

APP內容共享 發送文本內容 發送簡單的數據到其他應用,比如社交分享的內容,意圖允許用戶快速而方便地共享信息。 //分享簡單文本內容 public void shareSimpleContentClick(View v){ Intent intent=new Intent(); intent.setAction(Intent.ACTION_SEND);
相關文章
相關標籤/搜索