mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Move system contact interactions into their own module.
This commit is contained in:
@@ -1901,7 +1901,7 @@ open class RecipientDatabase(context: Context, databaseHelper: SignalDatabase) :
|
||||
}
|
||||
}
|
||||
|
||||
fun getAllPhoneNumbers(): Set<String> {
|
||||
fun getAllE164s(): Set<String> {
|
||||
val results: MutableSet<String> = HashSet()
|
||||
readableDatabase.query(TABLE_NAME, arrayOf(PHONE), null, null, null, null, null).use { cursor ->
|
||||
while (cursor != null && cursor.moveToNext()) {
|
||||
|
||||
Reference in New Issue
Block a user