Create a custom call handling Application

旧城冷巷雨未停 提交于 2019-12-01 05:20:49

问题


Hi There I'm looking to create a custom call application.

i.e I want to replace the default application handling call :S.

I'M SURE THAT I WANT TO REINVENT THE WHEEL Sometimes current wheels are ain't good for me.

Can you put me on a start up line. I used to be a married to M$ ".net developer", and I'm in love with gOOgle.


回答1:


As Emmanuel has already stated, it is not possible to truly replace the phone app without recompiling the operating system. Even on a rooted device, you are still locked into the vendor firmware and trying to work backwards from there would be a tenuous proposition at best. Now, it is possible to receive notifications in certain event types and preform actions there, but I doubt this is what you want to do.

However, for those who must know what goes on under the hood, take a look here

For exposed telephony interface (including SMS API), see android.telephony




回答2:


It's not possible to replace the phone application besides making a custom operating system and install it on rooted phones. But that's a lot of trouble.

But you can develop a separate application and have it make phone calls or intercept incoming calls. But while the user is talking on phone he'll still see the old phone application.



来源:https://stackoverflow.com/questions/4257242/create-a-custom-call-handling-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!