copying some Dialpad related things from Contacts to this app

This commit is contained in:
tibbi
2020-05-09 22:46:52 +02:00
parent 3a564542fc
commit e5f0d3c6f1
23 changed files with 951 additions and 42 deletions

View File

@ -0,0 +1,5 @@
package com.simplemobiletools.dialer.models
import android.telecom.PhoneAccountHandle
data class SIMAccount(val handle: PhoneAccountHandle, val label: String)