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

Commit 134c4159 authored by Malcolm Chen's avatar Malcolm Chen Committed by android-build-merger
Browse files

Apply renamed API in TelephonyManager

am: f3ee4138

Change-Id: I8fccf3ef7b7784e4ff63ebf83e33c81b18e53435
parents a840f036 f3ee4138
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2354,7 +2354,7 @@ public class ImsManager {
    }

    private boolean isDataEnabled() {
        return new TelephonyManager(mContext, getSubId()).isMobileDataEnabled();
        return new TelephonyManager(mContext, getSubId()).isDataCapable();
    }

    private boolean isVolteProvisioned() {