日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學無先后,達者為師

網站首頁 編程語言 正文

Activity supporting ACTION_VIEW is not exported

作者:西湖就一池塘 更新時間: 2022-08-05 編程語言
<activity android:name="com.vivo.unionsdk.ui.UnionActivity"
            android:configChanges="orientation|keyboardHidden|navigation|screenSize"
            android:theme="@android:style/Theme.Dialog"
            android:exported="false"
            tools:ignore="AppLinkUrlError">
            <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:scheme="vivounion"
                    android:host="union.vivo.com"
                    android:path="/openjump"/>
            </intent-filter>
        </activity>

上訴報錯,只需要加這么個標簽

tools:ignore="AppLinkUrlError"

原文鏈接:https://blog.csdn.net/xzl159/article/details/126135845

欄目分類
最近更新