This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Android.Adb.
Summary
Cake build aliases for Android ADB Activity Manager commands
- Assembly
- Cake
.Android .Adb .dll - Namespace
- Cake
.AndroidAdb - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["ActivityManagerAliases"]
class Type type-node
Syntax
public static class ActivityManagerAliases
Attributes
Type | Description |
---|---|
Cake |
Methods
Name | Value | Summary |
---|---|---|
AmBroadcast |
int |
Broadcasts an Intent on the target.
static
|
AmClearDebugApp |
List |
Clears the set debug app on the target.
static
|
AmDisplayDensity |
List |
Override the target's display density. This command is helpful for testing your app across different screen densities on high-density screen environment using a low density screen, and vice versa.
static
|
AmDisplaySize |
List |
Override the target's display size. This command is helpful for testing your app across different screen sizes by mimicking a small screen resolution using a device with a large screen, and vice versa.
static
|
AmDumpHeap |
List |
Dumps the heap from a process on the target.
static
|
AmForceStop |
void |
Force stops an application on the target.
static
|
AmInstrument |
List |
Ams the instrument.
static
|
AmIntentToIntentURI |
string |
Convert the given intent specification to an Intent URI.
static
|
AmIntentToURI |
string |
Convert the given intent specification to a URI.
static
|
AmKill |
void |
Kills a service on the target.
static
|
AmKillAll |
void |
Kills all services on the target.
static
|
AmMonitor |
List |
Starts monitoring for crashes or ANRs on the target.
static
|
AmResetDisplaySize |
List |
Resets the target's display size.
static
|
AmScreenCompat |
List |
Turn screen compatibility mode on/off for the given package on the target.
static
|
AmSetDebugApp |
List |
Set the debug app on the target.
static
|
AmStartActivity |
bool |
Starts an Activity on the target.
static
|
AmStartProfiling |
List |
Starts profiling on the target.
static
|
AmStartService |
bool |
Starts a Service on the target.
static
|
AmStopProfiling |
List |
Stops profiling on the target.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|