0
我使用Chrome自定義選項卡來顯示webview:一切正常。Chrome自定義選項卡查殺我的活動
如果用戶點擊「關閉」按鈕,啓動選項卡的活動不會恢復,用戶只會看到我的Android的「主屏幕」。
的意圖發動這樣配置:
CustomTabsHelper.AddKeepAliveExtra(ParentActivity, customTabsIntent.Intent);
的開展活動有這一定義在清單:
<activity android:label="StartupView" android:noHistory="true" android:screenOrientation="portrait" android:name="md533c5c955946a288d55ba44dbb1f39685.StartupView">
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.BROWSABLE" />
<category android:name="android.intent.category.DEFAULT" />
<data android:scheme="jonathanantoinetvstandroid" />
</intent-filter>
</activity>
你能幫我:)?