标签: android android-intent
我的应用与sendIntent.setAction(Intent.ACTION_SEND);共享数据 我回到应用程序后有没有办法执行操作? 我正在讨论SEND_TO特有的内容,或者与其他应用程序进行交互的具体内容 如果无法做到这一点,我需要覆盖void onResume()。还有其他办法吗?
sendIntent.setAction(Intent.ACTION_SEND);
void onResume()
由于