Creating a hardware device that will be running a custom version of Android (4.x). There will be additional functionality incorporated but we would like to use as much of existing Android as we can.
The device will only run one specific app at the start, then plan is to create our own custom system bar / action bar with fragments at the bottom of the screen. However, we ideally want the notification bar to stay at the top of the screen with all of its drop down goodness.
I am aware there are currently two mechanisms that address this:
- Temporary absolute full screen hides the system bar until the screen is touched.
- Dimming of the system bar where the system bar icons fade to black but still occupy the same space and come back when pressed.
Any help would be much appreciated,
Cheers
EDIT: I know it can be done by changing the source code, that is not possible in the timeframe though unfortunately