Methods Summary |
---|
public final java.lang.String | getManufacturer()Returns the manufacturer's name for the MTP device
return mManufacturer;
|
public final java.lang.String | getModel()Returns the model name for the MTP device
return mModel;
|
public final java.lang.String | getSerialNumber()Returns the unique serial number for the MTP device
return mSerialNumber;
|
public final java.lang.String | getVersion()Returns the version string the MTP device
return mVersion;
|