Replacing default Phone app on Android 6 and 7 with InCallService

The app compiles fine but Default Apps in settings doesn’t show my app. To have your app listed as a Phone app, you must have an activity with at least those intent filters (to handle both cases mentioned in documentation of ACTION_DIAL, also mentioned in DefaultDialerManager hidden class): <intent-filter> <action android:name=”android.intent.action.DIAL” /> <data android:scheme=”tel” /> … Read more