Skip to content

Fix showing callers number on Pie

We will get two calling broadcasts, one with the phonenumber and one with null. According to https://developer.android.com/reference/android/telephony/TelephonyManager#ACTION_PHONE_STATE_CHANGED it's save to ignore the one without number

Merge request reports