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

Commit 9c53dba9 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Sigh, people wrote tests with weird assumptions."

parents 720fced0 ddf21644
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -548,7 +548,8 @@ public class SubscriptionManager {
     */
    @Deprecated
    public static SubscriptionManager from(Context context) {
        return context.getSystemService(SubscriptionManager.class);
        return (SubscriptionManager) context
                .getSystemService(Context.TELEPHONY_SUBSCRIPTION_SERVICE);
    }

    /**