1

Instead of building my own custom telephony application by making use of the TelephonyManager class, is it possible to modify the built-in native phone application on a Google Nexus 4 or 5 device to make it do what I want?

user2005121
  • 437
  • 1
  • 6
  • 16
  • 1
    There are thousands of Android devices, containing dozens, perhaps hundreds, of implementations of a "built-in native phone application". Most of those are proprietary, not open source. – CommonsWare Dec 19 '13 at 18:14
  • 1
    Thanks... you say 'most'- what about any of the Google Nexus phones? Modified question to be more specific, please don't down vote! – user2005121 Dec 19 '13 at 18:18

1 Answers1

0

You can get the source code for the system apps (for example, the Dialer app is at https://android.googlesource.com/platform/packages/apps/Dialer/) and then modify it or use it as an example.

http://source.android.com/source/building.html might be useful to set up your dev environment to get the code.

Also, see Download and modify android core apps in eclipse

Community
  • 1
  • 1
E-Riz
  • 31,431
  • 9
  • 97
  • 134