Questions tagged [android-notification-bar]

Use this tag for questions relating to issues showing your notification in the notification area.

When you tell the system to issue a notification, it first appears as an icon in the notification area. To see the details of the notification, the user opens the notification drawer. Both the notification area and the notification drawer are system-controlled areas that the user can view at any time.

Useful links

359 questions
0
votes
0 answers

How to Override notificationbar Android

I want to design app in which i will be launching other app like(system default calculator) . i dont want to show notification bar for calculator app. Any Solution ? I am launching apps through my app (home app) now I want to disable the…
Tushar
  • 1,122
  • 1
  • 13
  • 28
0
votes
1 answer

Disable Android Notification Bar in Full Screen (in SGIII)

In Samsung Galaxy S3, even though my app is set to be full screen, and this makes the notification bar not to be visible, if I swipe from the very edge of the screen side, this action will make the notification bar to appear again, allowing the user…
PerracoLabs
  • 16,449
  • 15
  • 74
  • 127
0
votes
1 answer

How to block message contents of native messaging app to be shown in NotificationBar in Android

I am creating a SMS app in Android. I want to encrypt the body of messages based on the address. But as soon as I receive any message. notificationbar shows the message body which obviously I dont want. Can somebody suggest me how to disable this…
aneela
  • 1,457
  • 3
  • 24
  • 45
0
votes
0 answers

How would I make an app that changes the notification window?

I want to make an app that can control how the notification window looks (i.e. the overlay the shows all your notifications when you swipe down from the top status bar). Is this possible? What APIs would I need to be able to do this (and know what…
0
votes
2 answers

Alerting the user from a service (Android)

So, i have a service working in the background (when the application is closed) which connects to internet every 2 minutes and gets some data from a database, and if something's wrong i want to alert the user with some kind of a beep tone and a…
0
votes
2 answers

Launch app from Notification Bar

I am developing an android app using phonegap. I want to launch the app from the notification bar. Though this may be a duplicate question, but nothing seems to be working for me;few links that i have…
0
votes
3 answers

android how to create a service that make a notification in real time (like facebook or whatapps)

I'm trying to create a background service that every "X" minutes consult a webservice and if response "ok" generate a Notification on the notification Bar I'm not sure if is a android service o Broadcast receiver the thing that I need Thank…
0
votes
1 answer

How to set persistent notification background image

I have been developing an android application in which I need to set a persistent notification, which never goes away from the status bar. All things are setup properly, but I need to use full background in the notification without any text or…
Anupam
  • 3,742
  • 18
  • 55
  • 87
0
votes
2 answers

How to set sound for notification?

I copied the .mp3 file in assets. When notification raises, file is not playing Could anyone please help me. notification.sound = Uri.parse("file:///android_assets/alarm_951.mp3");
0
votes
1 answer

How show/hide icon of GPS on Status Bar?

I want show/hide an icon of gps on status bar in my app if GPS enable/disable (The same icon of Wifi). I want look GPS enable or disable while my app is running.
mum
  • 1,637
  • 11
  • 34
  • 58
0
votes
3 answers

Disable the android notification bar

i just want to know how can i disable the notification bar in my mobile without making my activity fullscreen? Im doing kind of a lockscreen and i dont want the user can drag down the notification bar.
Marco Espinal
  • 41
  • 1
  • 4
0
votes
1 answer

Android custom notification bar

I do own according to the notification bar: http://developer.android.com/guide/topics/ui/notifiers/notifications.html I do like the tutorial : Notification notification = new Notification(); notification.flags =…
0
votes
2 answers

Android big notification icon - near text

I make the notification bar and I wanted to have a big icon near text I do not do the battery just gave this image as an example. For Example: http://i45.tinypic.com/23hu5xd.png Red circle = icon which is always visible. Blue circle = icon that is…
0
votes
1 answer

Android: Show/Hide Status bar when new Notification Arrived

My application should run in full screen mode. And also i have to show notification bar when new items arrived to my app from our server. I write coding for notification in BroadcastReceiver class. i would like to make a decision in MainActivity…
Sridhar
  • 2,228
  • 10
  • 48
  • 79
0
votes
1 answer

Android : Show notification on status bar through user preference checkbox

I'm trying to use user-preferences checkbox to show or not to show the notification on the status bar. So far I have done this : MainActivity.java @Override public void UserPref { String notificationTitle = "ASD"; String notificationMessage…
1 2 3
23
24