public class DevelopmentSettingCtrl
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BUNDLE_ERROR_CODE |
static java.lang.String |
BUNDLE_ERROR_MSG |
static int |
RESULT_CODE_ERROR |
static int |
RESULT_CODE_SUCCESS |
| Constructor and Description |
|---|
DevelopmentSettingCtrl(android.content.Context context)
Instantiates a new Security ctrl.
|
| Modifier and Type | Method and Description |
|---|---|
android.os.Bundle |
setDesktopMode(boolean enabled)
Set DesktopMode .
|
android.os.Bundle |
setFreeformSupport(boolean enabled)
Set FreeformSupport .
|
android.os.Bundle |
setResizableActivities(boolean enabled)
Set ResizableActivities .
|
public static final java.lang.String BUNDLE_ERROR_CODE
public static final java.lang.String BUNDLE_ERROR_MSG
public static final int RESULT_CODE_ERROR
public static final int RESULT_CODE_SUCCESS
public DevelopmentSettingCtrl(android.content.Context context)
context - the contextpublic android.os.Bundle setDesktopMode(boolean enabled)
enabled - true or false (boolean)public android.os.Bundle setFreeformSupport(boolean enabled)
enabled - true or false (boolean)public android.os.Bundle setResizableActivities(boolean enabled)
enabled - true or false (boolean)