0
我需要打開特定頁面重定向到特定的URL。重定向到非http/https協議的頁面
它的URL看起來(它的Android設備上正常打開): intent://details?id=...&url=https://...&referrer=...#Intent;scheme=market;action=android.intent.action.VIEW;package=com.android.vending;end
我嘗試onActivate
與new URL()
回報,但得到的錯誤unknown protocol intent
。然後我嘗試返回url作爲字符串,也得到錯誤。
我該如何解決我的問題?