I want to develop customized StatusBar. I know i am not the only one with this requirement. But still want to know the opinions.
After lot of search on StackOverflow, i found that people have modified status bar using tools but thats not i need.
I am bit looking into the direction of developing of my own Status Bar with my own branding and layouting of the system icons.
Also i have seen on Google play store about having a customized status bar app like omega status bar and couple more. I am looking for the same implementation. I also learnt that these kind of apps are installed on non-rooted device, the way i need and uses a "DISABLE OR MODIFY STATUS BAR" permission.
I also have created some basic layout for status bar but don't know how to proceed further in making my status bar app and overriding the default status bar (Systemui.apk)
Summary - How can one develop its own status bar app in android pro-grammatically?.
Help Appreciated!