如何读取AndroidManifest.xml中的sheme值
阿神
阿神 2017-04-17 17:45:20
0
0
433

下方"${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>
阿神
阿神

闭关修行中......

reply all(0)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template