Skip to content

Commit e691cca

Browse files
RavindraSteve Kondik
authored andcommitted
Create emergency account with primary stack phone.
When creating emergency account associate the primary stack phone with it as emergency calls will be placed only on primary stack with no sim cards on the device. Change-Id: I63a9d54950330991e7a93ec8c3982a70d4cdd741 CRs-Fixed: 965269
1 parent ed1ce24 commit e691cca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

telephony/java/com/android/internal/telephony/IExtTelephony.aidl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,11 @@ interface IExtTelephony {
161161
*/
162162
int getUiccApplicationState(int slotId, int appIndex);
163163

164+
/**
165+
* Get primary stack phone id.
166+
* @param - void
167+
* @return phone id
168+
*/
169+
int getPrimaryStackPhoneId();
170+
164171
}

0 commit comments

Comments
 (0)