Hope this is considered a question.
I use my personal phone for work and only want to receive calls from numbers in my phone "contacts" to ring me otherwise transfer to voicemail.
I would like to get help writing this (I write code but not a B2* wiz).
Intercept incoming call
if NOT in the local phone contacts THEN
send to voicemail
else
pass through to default phone app
end if
Is that doable with the android OS changes, permissions, etc. I have a Samsung S22. Next might be Pixel 9a or S25.
I use my personal phone for work and only want to receive calls from numbers in my phone "contacts" to ring me otherwise transfer to voicemail.
I would like to get help writing this (I write code but not a B2* wiz).
Intercept incoming call
if NOT in the local phone contacts THEN
send to voicemail
else
pass through to default phone app
end if
Is that doable with the android OS changes, permissions, etc. I have a Samsung S22. Next might be Pixel 9a or S25.