I made a GPS based app, which works perfectly except for a little mistake.
I use TABs on the main screen. Before I use TABs the satellite icon shown when the GPS/LocationListener/ is working. After I redesign the GUI with TabHost/TabView and never show the satellite icon on the top of the screen, the battery state and time does not show too. Only the application title show.
My question is what need I do for show satellite icon when the GPS is working?
I made a GPS based app, which works perfectly except for a little mistake.
Share
Check
WindowManager.LayoutParams.FLAG_FULLSCREENandWindow.FEATURE_NO_TITLEflags usage in your tab activity. I think you’ve set them.