Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在android编程中,是否可以在不显示“电话屏幕”的情况下在服务中拨打电话?任何示例都会非常有帮助。提前致谢。
在android编程中,是否可以在不显示“电话屏幕”的情况下在服务中拨打电话?
这取决于您认为“电话屏幕”是什么。
如果您的意思是拨号程序,那么,是的,您可以使用 anACTION_CALL Intent绕过它,假设您拥有CALL_PHONE权限。
ACTION_CALL
Intent
CALL_PHONE
如果您指的是通话中的屏幕,那么,不,AFAIK 无法避免该屏幕。该屏幕对用户来说相当重要。