See: Description
| Interface | Description |
|---|---|
| Device |
An Android device (as far as Google Play is concerned).
|
| Pawn |
Model of a logged in user on a (pseudo) device.
|
| Class | Description |
|---|---|
| AppInfo |
Packagename to version mapping of installed apps on a device.
|
| BuildPropDevice |
Adapter for turning a properties object read from /system/build.prop into a
device.
|
| ClientPawn |
Base class for pawns that do HTTP requests.
|
| CopyPawn |
Creates a deep copy of a pawn.
|
| MockUtil |
Utility methods for calculating various values, needed when mocking a genuine
device.
|
| PawnWrapper |
A base adapter that delegates to a wrapped
Pawn. |
| StripPasswordPawn |
Interlayer for removing the plain text password when storing the pawn in an
environment that cannot be trusted with it.
|