I am creating one custom dialer application in AOSP through Android.mk and I have also added following lines in my Android.mk file,
LOCAL_MODULE_NAME := MyDialer LOCAL_OVERRIDES_PACKAGES :- Dialer
and building custom dialer application through this, but when I boot for the first time in settings application MyDialer is not selected by default, it will be none first then after user selects MyDialer manually then it will work, How should we set MyDialer as default dialer in system at the build time itself and avoid manual selection?