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

Commit 0b9109c9 authored by Steve Kondik's avatar Steve Kondik
Browse files

telephony: Add getDefaultDataSubId for compatibility

 * Some applications are still using getDefaultDataSubId, which
   has changed to the more verbose getDefaultDataSubscriptionId.

Change-Id: I006fa6bd85222ae16edb4aa83dc9c3552e28500e
parent 642fbffc
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1121,6 +1121,11 @@ public class SubscriptionManager {
        }
    }

    /** @hide */
    public static int getDefaultDataSubId() {
        return getDefaultDataSubscriptionId();
    }

    /**
     * Return the SubscriptionInfo for default data subscription.
     *