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

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

Apply renamed API in TelephonyManager

Bug: 71584593
Test: unittest
Change-Id: Iefe06d6d03f5b84cca559345e4196c13292189a8
parent f3d6cd35
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() {