Notiifcation in Android

Log.i("DispAudioAlert","Before ");
nManager = (NotificationManager)getSystemService(NOTIFICATION_SERVICE);
notification = new Notification(android.R.drawable.stat_sys_data_bluetooth, "Lost Bluetooth Device", System.currentTimeMillis());



notification.defaults = Notification.DEFAULT_ALL;
Context context = getApplicationContext();

No comments:

Post a Comment