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

Commit 4cc2899d authored by Brad Ebinger's avatar Brad Ebinger Committed by Android (Google) Code Review
Browse files

Merge "Expose getSubId to ensure we have correct subId state in IMS"

parents fc8df043 f94ea66d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -1405,7 +1405,10 @@ public class ImsManager implements FeatureUpdates {
        }
    }

    private int getSubId() {
    /**
     * @return the subscription ID currently associated with this ImsManager instance.
     */
    public int getSubId() {
        return mMmTelConnectionRef.get().getSubId();
    }