# Packages
Package adb provides an interface to the Android Debug Bridge.
Package apk provides methods to get information (e.g.
Package binaryxml is a package for dealing with the binary format of the android manifest.
Package manifest supports reading and changing the android manifest xml file.
# Functions
SetupLayers initializes d to use Vulkan layers from layerPkgs limited to the app with package appPkg using the system settings and returns a cleanup to remove the layer settings.
SupportsVulkanLayersViaSystemSettings returns whether the given device supports loading Vulkan layers via the system settings.
# Constants
Debug represents the 'D' logcat message priority.
Error represents the 'E' logcat message priority.
Fatal represents the 'F' logcat message priority.
Info represents the 'I' logcat message priority.
Verbose represents the 'V' logcat message priority.
Warning represents the 'W' logcat message priority.
# Variables
ErrProcessNotFound is returned by InstalledPackage.Pid when no running process of the package is found.
# Structs
ActivityAction represents an Android action that can be sent as an intent to an activity.
BoolExtra represents an extra with a bool value.
FloatExtra represents an extra with a float value.
InstalledPackage describes a package installed on a device.
IntExtra represents an extra with an int value.
LogcatMessage represents a single logcat message.
LongExtra represents an extra with a long value.
ServiceAction represents an Android action that can be sent as an intent to a service.
StringExtra represents an extra with a string value.
URIExtra represents an extra with a URI value.
# Interfaces
ActionExtra is the interface implemented by intent extras.
Device extends the bind.Device interface with capabilities specific to android devices.
# Type aliases
ActivityActions is a list of activity actions.
CustomExtras is a list of custom intent extras.
InstalledPackages is a list of installed packages.
LogcatPriority represents the priority of a logcat message.
ServiceActions is a list of service actions.