Description
The AndroidActivity
object provides information about activities running on the device.
The AndroidActivity
object is returned by the BaseActivity
and TopActivity
properties of the RunningTaskInfo
object.
The object has the following properties:
Properties
Property | Description |
---|---|
FullClassName |
Returns the full class name. |
PackageName |
Returns the package name. |
ShortClassName |
Returns the shortened class name with the leading dot. |
Requirements
The device must be connected to Android Debug Bridge.