Search code examples
androidandroid-source

how to delete native dialer app from AOSP apps completly


I want that native Dialer apps should be removed from AOSP apps. But any how i did not succeeded. I have deleted the /dialer from telephony.mk and build again. But it still display the dialer app on screen. I also try make clean before build.


Solution

  • That is because the dialer on android is actually a part of Contacts app, so you should modify Contacts instead.