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

溫馨提示×

溫馨提示×

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

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

Notification(通知欄)中自定義控件的點擊事件

發布時間:2020-07-19 06:10:20 來源:網絡 閱讀:4530 作者:有你有我lin 欄目:移動開發

package com.example.customnotification;


import android.os.Bundle;

import android.app.Activity;

import android.app.Notification;

import android.app.NotificationManager;

import android.app.PendingIntent;

import android.content.BroadcastReceiver;

import android.content.Context;

import android.content.Intent;

import android.content.IntentFilter;

import android.util.Log;

import android.view.Menu;

import android.view.View;

import android.widget.RemoteViews;

import android.widget.Toast;


public class MainActivity extends Activity

{


   private NotificationManager manager;

   private Notification mNotify;

   private RemoteViews remoteViews;

   private MyBroadCast receiver;

private static String ACTION="a";

   @Override

   protected void onCreate(Bundle savedInstanceState)

   {

       super.onCreate(savedInstanceState);

       setContentView(R.layout.activity_main);

       manager = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);


// 注冊廣播,并設置過濾條件

       receiver = new MyBroadCast();

       IntentFilter filter=new IntentFilter("a");

       registerReceiver(receiver, filter);

   }


   @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;

   }


   @SuppressWarnings("deprecation")

   public void notify(View v){

       if(mNotify==null){

           mNotify = new Notification(R.drawable.ic_launcher, "酷狗音樂",

                   System.currentTimeMillis());

           Intent intent = new Intent(this, SecondActivity.class);

           PendingIntent pendingIntent = PendingIntent.getActivity(this,123,

                   intent, PendingIntent.FLAG_UPDATE_CURRENT);//默認整個布局的點擊事件

//自定布局  notify_music.xml

Notification(通知欄)中自定義控件的點擊事件



       remoteViews = new RemoteViews(getPackageName(), R.layout.notify_music);


       Intent action=new Intent("a");

       remoteViews.setOnClickPendingIntent(R.id.notify_music_play_imgbtn,

PendingIntent.getBroadcast(MainActivity.this, 11, action,PendingIntent.FLAG_UPDATE_CURRENT));        //播放按鈕的點擊事件


          mNotify.contentView=remoteViews;        // 實現自定義布局和 布局事件

           mNotify.contentIntent=pendingIntent;

       }

       manager.notify(0, mNotify);


   }


   class MyBroadCast extends BroadcastReceiver{


       @Override

       public void onReceive(Context context, Intent intent)

       {

           Toast.makeText(MainActivity.this, "11111111111111",              Toast.LENGTH_LONG).show();          

           Log.e("我的官博", "按鈕點擊事件");

           startActivity(new Intent(MainActivity.this,ThirdActivity.class));

       }


   }


   @Override

   protected void onStop()

   {

       // TODO Auto-generated method stub

       super.onStop();

       unregisterReceiver(receiver);

   }


}


向AI問一下細節

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

AI

灵宝市| 白城市| 兰坪| 莲花县| 怀集县| 新安县| 舞阳县| 侯马市| 新野县| 洛扎县| 公主岭市| 大理市| 台东县| 泰宁县| 溆浦县| 壶关县| 嘉善县| 隆昌县| 白沙| 浑源县| 娱乐| 奉化市| 文安县| 襄垣县| 历史| SHOW| 建湖县| 苏尼特左旗| 蓝田县| 睢宁县| 磐安县| 深水埗区| 武山县| 梁平县| 建瓯市| 大田县| 平顶山市| 铜陵市| 上高县| 米泉市| 红原县|