public abstract class DeviceUnlocker extends Object
Device,
Project Description| Constructor and Description |
|---|
DeviceUnlocker() |
| Modifier and Type | Method and Description |
|---|---|
static String |
showTrace()
Retrieve trace of previous unlock process.
|
static boolean |
unlock(Device dev)
Unlocks a device-controlled resource.
|
public static boolean unlock(Device dev)
dev - the device controlling the resource to unlockpublic static String showTrace()