Skip to content
Snippets Groups Projects
Commit 7f5a8ce6 authored by Cody Henthorne's avatar Cody Henthorne Committed by Greyson Parrelli
Browse files

Disable telecom integration.

parent d02a5974
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ object AndroidTelecomUtil {
}
private fun isRestrictedDevice(): Boolean {
return "${Build.MODEL} ${Build.PRODUCT} ${Build.MANUFACTURER}".contains(other = "oneplus", ignoreCase = true)
return true // "${Build.MODEL} ${Build.PRODUCT} ${Build.MANUFACTURER}".contains(other = "oneplus", ignoreCase = true)
}
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment