91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

自定義界面的Notification

發布時間:2020-07-08 11:46:19 來源:網絡 閱讀:316 作者:祝你幸福365 欄目:開發技術
public class MainActivity extends Activity {
	private Button btn_click;
    private NotificationManager manager;
	@Override
	protected void onCreate(Bundle savedInstanceState) {
		super.onCreate(savedInstanceState);
		setContentView(R.layout.activity_main);
		btn_click=(Button) findViewById(R.id.btn_push_notification);
		manager=(NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
		
		
	}

	@Override
	protected void onStart() {
		// TODO Auto-generated method stub
		super.onStart();
		btn_click.setOnClickListener(new OnClickListener() {
			
			@Override
			public void onClick(View arg0) {
				// TODO Auto-generated method stub
			Notification notification=new Notification(R.drawable.ic_launcher,"您有一短信消息", System.currentTimeMillis());
			Intent intent=new Intent(MainActivity.this, SecondActivity.class);
			PendingIntent pdi=PendingIntent.getActivity(MainActivity.this, 0, intent, 0);
			notification.contentIntent=pdi;
			RemoteViews remoteviews=new RemoteViews(getPackageName(), R.layout.remoteview);
			remoteviews.setTextViewText(R.id.tv_remoteview_1, "我是寧采臣,我喜歡你");
			remoteviews.setTextViewText(R.id.tv_remoteview_2, "聶小倩");
			notification.contentView=remoteviews;
		    manager.notify(0, notification);		
			}
		});
	}
	@Override
	public boolean onCreateOptionsMenu(Menu menu) {
		// Inflate the menu; this adds items to the action bar if it is present.
		getMenuInflater().inflate(R.menu.main, menu);
		return true;
	}

}


向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

巴彦淖尔市| 饶平县| 天等县| 嘉峪关市| 织金县| 合水县| 吉林省| 祁连县| 霍林郭勒市| 禹州市| 江源县| 罗江县| 长春市| 雅安市| 成安县| 福州市| 安康市| 读书| 五台县| 监利县| 永靖县| 阜康市| 台北县| 中西区| 酉阳| 保亭| 麟游县| 吉隆县| 湘阴县| 会理县| 邵阳县| 海林市| 长治县| 垫江县| 淄博市| 满洲里市| 瑞丽市| 项城市| 三亚市| 巫溪县| 盐山县|