I have created a custom status bar (com.android.systemui.statusbar.my_custom_statusbar) keeping all the files same as phone statusbar (com.android.systemui.statusbar.phone), but with some tweaks in layout files specific to my requirements (shuffling of some icons, color etc..). It compiles fine and i build the the ROM with no errors.
When i launch the emulator (generic), it shows my custom status bar (need to modify SystemUIService to point to my status bar instead of phone status bar), but when i long press on status bar to drag down the expanded view to see notifications it never happens, never drags down the status bar window view.
Any body knows what am i missing here ?
Are there any configurations that need to handled for custom status bar specific so as to work same as phone status bar?