0

I am sorry if this is a silly question, actually we are building an app and in our app we are thinking rather inventing the wheel again if by any way we can integrate the "PEOPLE" app (available in android) directly in our application and once user will select any contact number from the launched people app we will get this in our app.

Please help and advice.

Thanks

4

1 回答 1

0

您不能直接将另一个应用程序集成到您自己的应用程序中。

最接近的方法是通过 Intent 启动另一个应用程序。

例如android中的默认相机应用无法集成,但可以通过intent调用它打开用户拍照,然后相机应用返回调用应用。

如果您想要的功能已通过 People 应用程序中的 Intent 公开,那么也许您可以这样做,否则您必须自己做,或者可能有一个开源实现可以使用。

你可能很幸运,但如果我理解你想要的是打开联系人然后用户选择一个联系人,然后它将这个联系人返回到你的应用程序?如果是这样,这就是你想要的

于 2013-05-23T10:25:59.333 回答