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

Commit 0d45e370 authored by John Wang's avatar John Wang
Browse files

Clean up RIL_SIM_* in RILConstants

GET_SIM_STATUS now returns structure RIL_CardStatus. So RIL_SIM_* status are obsoleted.

	modified:   java/com/android/internal/telephony/RILConstants.java
parent f4fbdfa5
Loading
Loading
Loading
Loading
+0 −8
Original line number Original line Diff line number Diff line
@@ -86,14 +86,6 @@ cat include/telephony/ril.h | \
   >>java/android/com.android.internal.telephony/gsm/RILConstants.java
   >>java/android/com.android.internal.telephony/gsm/RILConstants.java
*/
*/



    int RIL_SIM_ABSENT = 0;
    int RIL_SIM_NOT_READY = 1;
    int RIL_SIM_READY = 2;
    int RIL_SIM_PIN = 3;
    int RIL_SIM_PUK = 4;
    int RIL_SIM_NETWORK_PERSONALIZATION = 5;

    /**
    /**
     * No restriction at all including voice/SMS/USSD/SS/AV64
     * No restriction at all including voice/SMS/USSD/SS/AV64
     * and packet data.
     * and packet data.