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

Commit c1ba2f18 authored by Terry Huang's avatar Terry Huang Committed by Android (Google) Code Review
Browse files

Revert "[RILConstants] Add Location Privacy HAL"

Revert submission 20513346-LocationPrivacy-HAL

Reason for revert: Move feature to Android V

Reverted changes: /q/submissionid:20513346-LocationPrivacy-HAL

Change-Id: I2a46b5fc2d292273249c63013b8e48e0dad81d76
parent 74d832ae
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -546,8 +546,6 @@ public interface RILConstants {
    int RIL_REQUEST_UPDATE_IMS_CALL_STATUS = 240;
    int RIL_REQUEST_SET_N1_MODE_ENABLED = 241;
    int RIL_REQUEST_IS_N1_MODE_ENABLED = 242;
    int RIL_REQUEST_SET_LOCATION_PRIVACY_SETTING = 243;
    int RIL_REQUEST_GET_LOCATION_PRIVACY_SETTING = 244;

    /* Responses begin */
    int RIL_RESPONSE_ACKNOWLEDGEMENT = 800;
@@ -622,5 +620,4 @@ public interface RILConstants {
    int RIL_UNSOL_TRIGGER_IMS_DEREGISTRATION = 1107;
    int RIL_UNSOL_CONNECTION_SETUP_FAILURE = 1108;
    int RIL_UNSOL_NOTIFY_ANBR = 1109;
    int RIL_UNSOL_ON_NETWORK_INITIATED_LOCATION_RESULT = 1110;
}