我們使用深度鏈接來按客戶打開我們的應用程序。我們的方案定製爲mozatfoo,我們的網址是mozatfoo://video/335477/1502489665013698。 此URL可用於與adb命令正確打開我們的應用程序,如: adb shell am start -a android.intent.action.VIEW -d mozatfoo://video/335477/150248966
這是我在我的活動中處理深層鏈接的方式。 我想知道,在完成處理之後,如何從意圖中刪除它? @Override
public void onCreate(Bundle savedInstanceState) {
Utils.updateTheme(this);
super.onCreate(savedInstanceState);
Uri uri = this.ge