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

Commit 36f9f64f authored by Chirayu Desai's avatar Chirayu Desai
Browse files

telephony: hide needsOldRilFeature

Change-Id: I741b510fdacc166ad40741bf2e9db5c8a1039384
parent dba8a2a5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -436,6 +436,7 @@ public class SignalStrength implements Parcelable {
        return mLteCqi;
    }

    /** @hide */
    public boolean needsOldRilFeature(String feature) {
        String[] features = SystemProperties.get("ro.telephony.ril.v3", "").split(",");
        for (String found: features) {