Full Screen Display Function - Epson Moverio Pro BT-2000 Developer's Manual

Hide thumbs Also See for Moverio Pro BT-2000:
Table of Contents

Advertisement

3.2. Full screen display function

The MOVERIO Pro BT-2000 is based on Android 4.0 Tablet UI. This specification does not
normally allow full display in applications in Android 4.0 Tablet UI; however, you can follow the
steps below to enable full display by specifying a unique flag in the app.
■ Executing full screen in applications
Execute the following process in onCreate() for each Activity.
Window win = getWindow();
WindowManager.LayoutParams winParams = win.getAttributes();
winParams.flags 0x80000000
win.setAttributes(winParams);
For apps with multiple Activities, execute the above process for each Activity.
■ Add an import definition
import android.view.Window;
import android.view.WindowManager;
MOVERIO Pro Developer's Guide (Rev.1.4)
26
Disable full screen
display
(show status bar)
Enable full screen
display
(hide status bar)

Advertisement

Table of Contents
loading

This manual is also suitable for:

Moverio pro bt-2200

Table of Contents