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

Commit f0ddc6a7 authored by Dan Pasanen's avatar Dan Pasanen
Browse files

PhoneProxy: fix key.length > 31 characters

derp

Change-Id: Ib7d1030a68eedfcc782e9b2586a911e7c3df5cec
parent 97cabb45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ public class PhoneProxy extends Handler implements Phone {

    private int mRilVersion;
    private boolean mRilV7NeedsCDMALTEPhone = SystemProperties.getBoolean(
                    "telephony.rilV7NeedsCDMALTEPhone", false);
                    "telephony.rilV7NeedCDMALTEPhone", false);

    private static final int EVENT_VOICE_RADIO_TECH_CHANGED = 1;
    private static final int EVENT_RADIO_ON = 2;