Merge "Mark oemhook related APIs @Deprecated."
am: 79faa72eee
Change-Id: Ia31c163fdd65f305095ca1749cbc457eea4b0ca8
This commit is contained in:
@@ -208,7 +208,9 @@ public class PhoneStateListener {
|
|||||||
*
|
*
|
||||||
* @see #onOemHookRawEvent
|
* @see #onOemHookRawEvent
|
||||||
* @hide
|
* @hide
|
||||||
|
* @deprecated OEM needs a vendor-extension hal and their apps should use that instead
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public static final int LISTEN_OEM_HOOK_RAW_EVENT = 0x00008000;
|
public static final int LISTEN_OEM_HOOK_RAW_EVENT = 0x00008000;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -5041,7 +5041,9 @@ public class TelephonyManager {
|
|||||||
* 0 request was handled succesfully, but no response data
|
* 0 request was handled succesfully, but no response data
|
||||||
* positive value success, data length of response
|
* positive value success, data length of response
|
||||||
* @hide
|
* @hide
|
||||||
|
* @deprecated OEM needs a vendor-extension hal and their apps should use that instead
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) {
|
public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) {
|
||||||
try {
|
try {
|
||||||
ITelephony telephony = getITelephony();
|
ITelephony telephony = getITelephony();
|
||||||
|
|||||||
Reference in New Issue
Block a user