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

Commit b8cd4400 authored by Malcolm Chen's avatar Malcolm Chen
Browse files

Apply renamed API in TelephonyManager

Bug: 71584593
Test: unittest
Change-Id: Iefe06d6d03f5b84cca559345e4196c13292189a8
parent 0c4576e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2359,7 +2359,7 @@ public class ImsManager {
    }

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

    private boolean isVolteProvisioned() {