以下是我的代码,其中
<activity
android:name=".activities.Profile"
android:screenOrientation="portrait">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:host="somename"
android:pathPrefix="/league/user"
android:scheme="https" />
</intent-filter>
</activity>
我想避免在url包含proceed作为参数时打开活动。谁能指出我如何做到这一点。
修改 举个例子
somename /联盟/用户?ID = 100
somename /联盟/用户ID = 100安培;继续= 4
所以,我想避免在打开活动时作为参数继续在“2”中指出的URL。