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

Commit 322e14fe authored by Fyodor Kupolov's avatar Fyodor Kupolov Committed by Android Git Automerger
Browse files

am bf591b89: am 7e603d69: Merge "OP_READ_PHONE_STATE AppOp check for...

am bf591b89: am 7e603d69: Merge "OP_READ_PHONE_STATE AppOp check for getMergedSubscriberIds" into mnc-dev

* commit 'bf591b89':
  OP_READ_PHONE_STATE AppOp check for getMergedSubscriberIds
parents 8a55a5ad bf591b89
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2143,7 +2143,7 @@ public class TelephonyManager {
        try {
            ITelephony telephony = getITelephony();
            if (telephony != null)
                return telephony.getMergedSubscriberIds();
                return telephony.getMergedSubscriberIds(mContext.getOpPackageName());
        } catch (RemoteException ex) {
        } catch (NullPointerException ex) {
        }
+1 −1
Original line number Diff line number Diff line
@@ -795,7 +795,7 @@ interface ITelephony {
     */
    String getLine1AlphaTagForDisplay(int subId, String callingPackage);

    String[] getMergedSubscriberIds();
    String[] getMergedSubscriberIds(String callingPackage);

    /**
     * Override the operator branding for the current ICCID.