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

Commit 1784c832 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Rename isDataConnectionEnabled to isDataConnectionAllowed am: c9d85cf6 am: 49f14036

Change-Id: I3edcacb55a6745e41fcab2b5bebaf3932694c562
parents ad3b7f5c 49f14036
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2649,7 +2649,7 @@ public class ImsManager implements IFeatureConnector {
    }

    private boolean isDataEnabled() {
        return new TelephonyManager(mContext, getSubId()).isDataConnectionEnabled();
        return new TelephonyManager(mContext, getSubId()).isDataConnectionAllowed();
    }

    private boolean isVolteProvisioned() {