Merge "Make Serial Manager APIs public" into ics-aah
This commit is contained in:
committed by
Android (Google) Code Review
commit
97bbefac0c
@@ -1785,8 +1785,6 @@ public abstract class Context {
|
||||
*
|
||||
* @see #getSystemService
|
||||
* @see android.harware.SerialManager
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
public static final String SERIAL_SERVICE = "serial";
|
||||
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user