recherche

Maison  >  Questions et réponses  >  le corps du texte

如何读取AndroidManifest.xml中的sheme值

下方"${scheme}"中的scheme是build.gradle中设置的
如何在java代码中读取这个scheme值

        <activity
            android:name=".Navigator.NavigatorActivity"
            android:theme="@style/SplashTheme">
            <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="${host}"
                    android:scheme="${scheme}"/>
            </intent-filter>
        </activity>
阿神阿神2772 Il y a quelques jours438

répondre à tous(0)je répondrai

Pas de réponse
  • Annulerrépondre