i was just wondering if there was a simple way to see if an application running on android is currently in full screen. is there a way to query android to see if you\'re cu
you may use some thing like this;
findViewById(android.R.id.content).getHeight(); getResources().getDisplayMetrics().heightPixels;
and check for equality; hope this helps;