parent
011bdebf60
commit
4cebe2676c
|
|
@ -240,8 +240,8 @@ class SplashActivity : BaseActivity() {
|
|||
|
||||
|
||||
// 在主线程中调用
|
||||
val userAgent = WebSettings.getDefaultUserAgent(this@SplashActivity)
|
||||
Log.d("UserAgent", userAgent)
|
||||
// val userAgent = WebSettings.getDefaultUserAgent(this@SplashActivity)
|
||||
// Log.d("UserAgent", userAgent)
|
||||
|
||||
val webView = WebView(this@SplashActivity)
|
||||
val userAgent2 = webView.settings.userAgentString
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ subprojects {
|
|||
}
|
||||
productFlavors {
|
||||
flavorDimensions("feature")
|
||||
create("62564") {
|
||||
create("3033") {
|
||||
isDefault = true
|
||||
dimension = flavorDimensionList[0]
|
||||
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
||||
|
|
@ -111,7 +111,7 @@ subprojects {
|
|||
buildConfigField("String", "applicationId", "\"com.jsq.mashanglian\"")
|
||||
buildConfigField("String", "service_url", "\"https://api.wfvpnpro.com/\"")
|
||||
buildConfigField("boolean", "is_free", "false")
|
||||
buildConfigField("String", "productId", "\"62564\"")
|
||||
buildConfigField("String", "productId", "\"3033\"")
|
||||
manifestPlaceholders(
|
||||
mapOf(
|
||||
"APP_NAME" to "@string/ConnectImmediately",
|
||||
|
|
@ -122,7 +122,7 @@ subprojects {
|
|||
|
||||
}
|
||||
sourceSets {
|
||||
getByName("62564") {
|
||||
getByName("3033") {
|
||||
java.srcDirs("src/foss/java")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue