An open API service indexing awesome lists of open source software.

https://github.com/joshfriend/gofccyourself

A super basic call screening app for Android Q
https://github.com/joshfriend/gofccyourself

android kotlin

Last synced: 10 months ago
JSON representation

A super basic call screening app for Android Q

Awesome Lists containing this project

README

          

_An homage to John Oliver's ["Go FCC Yourself" campaign][ars-article]_

## How it works
This app uses the new [`RoleManager`][role-manager] in Android Q to become the system [`CallScreeningService`][call-screening-service]. This service type has been available since Android 7.0 (Nougat), but was only usable if the app was the current default dialer app.

When the service receives an incoming call, it rejects the call if the number is not in the user's contact list. The call will go straight to voicemail without ringing. It can optionally hide the missed call notification and not list the call in the dialer's call log

[ars-article]: https://arstechnica.com/tech-policy/2017/05/john-oliver-tackles-net-neutrality-again-crashes-fcc-comments-site-again/
[role-manager]: https://developer.android.com/reference/android/app/role/RoleManager
[call-screening-service]: https://developer.android.com/reference/android/telecom/CallScreeningService