Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d105dee authored by Amit Mahajan's avatar Amit Mahajan Committed by android-build-merger
Browse files

Merge "Mark oemhook related APIs @Deprecated." am: 79faa72e am: 4b026b65

am: 2225e56b

Change-Id: I3225ab882809159ae1deb97efc0469d8b2777cbe
parents 96429a18 2225e56b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -208,7 +208,9 @@ public class PhoneStateListener {
     *
     * @see #onOemHookRawEvent
     * @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;

    /**
+2 −0
Original line number Diff line number Diff line
@@ -5229,7 +5229,9 @@ public class TelephonyManager {
     *         0 request was handled succesfully, but no response data
     *         positive value success, data length of response
     * @hide
     * @deprecated OEM needs a vendor-extension hal and their apps should use that instead
     */
    @Deprecated
    public int invokeOemRilRequestRaw(byte[] oemReq, byte[] oemResp) {
        try {
            ITelephony telephony = getITelephony();