2013. 8. 20. 17:05 안드로이드

android status bar 갑자기 hidden 

view above status bar

camera after activity view 

구글에 검색좀 되라고 .. 영어로 


WindowManager.LayoutParams attrs = getWindow().getAttributes();

{

attrs.flags &= ~WindowManager.LayoutParams.FLAG_FULLSCREEN;

}

getWindow().setAttributes(attrs);

posted by 욱이다