java.lang.Object | |
↳ | com.samsung.android.knox.application.DefaultAppConfiguration |
This class contains a combination, set by an administrator in the device, of a task type and the respective activity that should handle such task by default in the system.
API level 15 |
MDM 5.4 |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Default constructor
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the default activity, in a ComponentName format, that
will perform the task type.
| |||||||||||
Get the task type, as intent format, that this application
will handle by default.
| |||||||||||
Set the default activity, in a ComponentName format, that will perform
the task type.
| |||||||||||
Set the task type, as intent format, that this application
will handle by default.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
android.os.Parcelable
|
Default constructor
API level 15 |
MDM 5.4 |
Get the default activity, in a ComponentName format, that will perform the task type.
API level 15 |
MDM 5.4 |
Get the task type, as intent format, that this application will handle by default.
API level 15 |
MDM 5.4 |
Set the default activity, in a ComponentName format, that will perform the task type.
componentName | containing the package name and activity name that handle the respective task type. |
---|
API level 15 |
MDM 5.4 |
Set the task type, as intent format, that this application will handle by default.
taskType | Intent that is normally sent to execute the desired task |
---|
API level 15 |
MDM 5.4 |