Search code examples
androidandroid-notificationsandroid-notification-bar

Possible to set indicator icons on Android phones?


I was wondering if there is a way to programatically set the phone's indicator icons, like GPS or upload/download in progress,etc.. ?


Solution

  • You have to use a Notification. Set the icon when initializing Notification class. You can get more details here

    http://developer.android.com/guide/topics/ui/notifiers/notifications.html