public class RP1600Constants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION
SDK Version
|
static int |
WINDOW_LAYOUT_PARAMS_FLAG_INHIBIT_HOME
Window flag: a special option intended for custom applications.
|
| Constructor and Description |
|---|
RP1600Constants() |
public static final java.lang.String VERSION
public static final int WINDOW_LAYOUT_PARAMS_FLAG_INHIBIT_HOME
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
getWindow().setFlags(RP1100Constants.WINDOW_LAYOUT_PARAMS_FLAG_INHIBIT_HOME,
RP1100Constants.WINDOW_LAYOUT_PARAMS_FLAG_INHIBIT_HOME);
}