亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

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

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

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

邮箱| 德庆县| 仁寿县| 郸城县| 湾仔区| 台前县| 雷波县| 德庆县| 肇庆市| 霍邱县| 巴彦县| 扎囊县| 绥宁县| 漳州市| 花莲市| 小金县| 通榆县| 马鞍山市| 台中市| 江永县| 张家口市| 宜阳县| 米易县| 阜新| 平泉县| 黄冈市| 罗定市| 扶风县| 安龙县| 米林县| 荣昌县| 吴堡县| 天柱县| 金阳县| 会昌县| 衡阳县| 双辽市| 台北县| 微山县| 克拉玛依市| 海伦市|