Hi,
We have creates an android theme to hide the action bar for all the window. Now for one window I want to show the action bar. I tried to open window with the default theme using following code. But the action bar not showing.
$.win.open({theme: "Theme.Titanium"});