if ((getIntent().getData() != null) && ((getIntent().getFlags() & Intent.FLAG_ACTIVITY_LAUNCHED_FROM_HISTORY) == 0)) {
//Handle the url passed through the intent
} else {
//proceed as normal
}
Android如何清除Intent中的数据在打开url后How to clear intent data in Activity after open from url?
关键词由CSDN通过智能技术生成