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

Commit 38612b31 authored by Nancy Chen's avatar Nancy Chen Committed by Natiq Ahmed
Browse files

Adn queries for multi-SIM. (3/3)

Process Telecom method to take in a subscription account and
return the URI for an ADN query for that account.

Bug: 17917937
Conflicts:
	src/com/android/server/telecom/TelecomServiceImpl.java

Change-Id: Idedbe1c6fc63d21c7673c50c1d7894ba981d27ea
parent 8d5c76dc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -624,7 +624,7 @@ public class TelecomService extends Service {
        /**
         * @see android.telecom.TelecomManager#getAdnUriForPhoneAccount
         */
        /* @Override
         @Override
        public Uri getAdnUriForPhoneAccount(PhoneAccountHandle accountHandle) {
            enforceModifyPermissionOrDefaultDialer();

@@ -644,7 +644,7 @@ public class TelecomService extends Service {
            }

            return Uri.parse(retval);
        }*/
        }

        /**
         * @see android.telecom.TelecomManager#isTtySupported