How to send data between one application to other application in android?

前端 未结 6 1086
再見小時候
再見小時候 2020-12-11 18:00

i\'ve tried to sending data between App1 to App2 via Intent in Android

i used this code but i couldn\'t resolve my problem.

<
6条回答
  •  春和景丽
    2020-12-11 18:26

    Content providers:

    Content providers are the standard interface that connects data in one process with code running in another process.

    See Android Docs.

    Content provider working demo here.

提交回复
热议问题