mirror of
https://github.com/SimpleMobileTools/Simple-Dialer.git
synced 2025-06-05 21:49:23 +02:00
copying some Dialpad related things from Contacts to this app
This commit is contained in:
@ -0,0 +1,5 @@
|
||||
package com.simplemobiletools.dialer.models
|
||||
|
||||
import android.telecom.PhoneAccountHandle
|
||||
|
||||
data class SIMAccount(val handle: PhoneAccountHandle, val label: String)
|
Reference in New Issue
Block a user