show which SIM was used at the Recents tab

This commit is contained in:
tibbi
2020-05-12 11:34:21 +02:00
parent 9d87e8e934
commit ba34830449
6 changed files with 56 additions and 8 deletions

View File

@ -2,4 +2,4 @@ package com.simplemobiletools.dialer.models
import android.telecom.PhoneAccountHandle
data class SIMAccount(val id: Int, val handle: PhoneAccountHandle, val label: String)
data class SIMAccount(val id: Int, val handle: PhoneAccountHandle, val label: String, val phoneNumber: String)