Merge "Make Serial Manager APIs public" into ics-aah

This commit is contained in:
Mike Lockwood
2011-08-30 10:01:05 -07:00
committed by Android (Google) Code Review
5 changed files with 17 additions and 6 deletions

View File

@@ -1785,8 +1785,6 @@ public abstract class Context {
*
* @see #getSystemService
* @see android.harware.SerialManager
*
* @hide
*/
public static final String SERIAL_SERVICE = "serial";

View File

@@ -29,7 +29,7 @@ import java.io.IOException;
import java.util.HashMap;
/**
* @hide
* This class provides access to serial ports
*/
public class SerialManager {
private static final String TAG = "SerialManager";

View File

@@ -29,7 +29,7 @@ import java.io.OutputStream;
import java.nio.ByteBuffer;
/**
* @hide
* This class provides support for reading and writing data to serial ports
*/
public class SerialPort {