ActivityInfo
open class ActivityInfo : ComponentInfo, Parcelable
| kotlin.Any | |||
| ↳ | android.content.pm.PackageItemInfo | ||
| ↳ | android.content.pm.ComponentInfo | ||
| ↳ | android.content.pm.ActivityInfo | ||
Information you can retrieve about a particular application activity or receiver. This corresponds to information collected from the AndroidManifest.xml's <activity> and <receiver> tags.
Summary
| Nested classes | |
|---|---|
|
Contains information about position and size of the activity on the display. |
|
| Constants | |
|---|---|
| static Int |
Value for |
| static Int |
Value of |
| static Int |
Value of |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
This is probably not the constant you want, the resources compiler supports a less dangerous version of it, 'allKnown', that only suppresses all currently existing configuration change restarts depending on your target SDK rather than whatever the latest SDK supports, allowing the application to work with resources on future Platform versions. |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Value for |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Bit in |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Constant corresponding to |
| static Int |
Flag for use with |
| Inherited constants | |
|---|---|
| Public constructors | |
|---|---|
ActivityInfo(orig: ActivityInfo!) |
|
| Public methods | |
|---|---|
| open Int |
Describe the kinds of special objects contained in this Parcelable instance's marshaled representation. |
| open Unit | |
| open MutableSet<String!> |
Gets the trusted host certificate digests of apps that are allowed to embed this activity. |
| Int |
Return the theme resource identifier to use for this activity. |
| open String |
toString()Returns a string representation of the object. |
| open Unit |
writeToParcel(dest: Parcel, parcelableFlags: Int) |
| Inherited functions | |
|---|---|
| Properties | |
|---|---|
| static Parcelable.Creator<ActivityInfo!> | |
| Int |
The color mode requested by this activity. |
| Int |
Bit mask of kinds of configuration changes that this activity can handle itself (without being restarted by the system). |
| Int |
The document launch mode style requested by the activity. |
| Int |
Options that have been set in the activity declaration in the manifest. |
| Int |
The launch mode style requested by the activity. |
| Int |
The maximum number of tasks rooted at this activity that can be in the recent task list. |
| String! |
If defined, the activity named here is the logical parent of this activity. |
| String! |
Optional name of a permission required to be able to access this Activity. |
| Int |
Value indicating how this activity is to be persisted across reboots for restoring in the Recents list. |
| String? |
Specifies the required display category of the activity. |
| Int |
The preferred screen orientation this activity would like to run in. |
| Int |
The desired soft input mode for this activity's main window. |
| String! |
If this is an activity alias, this is the real activity class to run for it. |
| String! |
The affinity this activity has for another task in the system. |
| Int |
A style resource identifier (in the package's resources) of this activity's theme. |
| Int |
The desired extra UI options for this activity and its main window. |
| ActivityInfo.WindowLayout! |
Information about desired position and size of activity on the display when it is first started. |
| Inherited properties | |
|---|---|