mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
show which SIM was used at the Recents tab
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user