国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 系統 > Android > 正文

Android Notification使用方法詳解

2019-10-23 18:27:57
字體:
來源:轉載
供稿:網友

Android  Notification使用詳解

Notification

核心代碼(鏈式調用):適用于Android 4.0以上(不兼容低版本)

Notification noti = new Notification.Builder(this).setContentTitle("標題名稱").setContentText("標題里的內容").setSmallIcon(R.drawable.new_mail).setLargeIcon(BitmapFactory.decordResource(getResources(), R.drawable.ic_launcher)).build();NotificationManager nm = (NotificationManager) getSystemService(NOTIFICATION_SERVICE);nm.notify(0, noti);

兼容版本

Notification notification = new Notification(R.drawable.ic_launcher, "xxxxxx", System.currentTimeMillis());//點擊事件真正想執行的動作Intent intent = new Intent();intent.setAction(Intent.ACTION_DIAL);intent.setData(Uri.parse("tel:110"));PendingIntent contentIntent = PendingIntent.getActivity(this, 0, intent, PendingIntent.FLAG_UPDATE_CURRENT);notification.setLatestEventInfo(this, "標題", "內容", contentIntent);NotificationManager nm = (NotificationManager) getSystemManager(NOTIFICATION_SERVICE);nm.notify(0, notification);

感謝閱讀,希望能幫助到大家,謝謝大家對本站的支持!


注:相關教程知識閱讀請移步到Android開發頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 北宁市| 沈阳市| 宣化县| 新河县| 邢台市| 永年县| 南陵县| 尼勒克县| 阜康市| 顺昌县| 塘沽区| 贺州市| 大宁县| 平塘县| 河东区| 黄石市| 马龙县| 桐梓县| 陇川县| 鹤壁市| 潜山县| 新余市| 满洲里市| 兴国县| 大厂| 隆尧县| 上思县| 萝北县| 吉隆县| 无为县| 宁陕县| 凤城市| 茂名市| 读书| 南昌市| 玉环县| 恩施市| 阿荣旗| 自贡市| 富川| 平定县|