新增 auto.setFlags("useShell"),可以使用shell获取当前活动和当前包名,更加准确

This commit is contained in:
hyb1996
2018-12-17 23:06:46 +08:00
parent ff0b215115
commit 2312e610bf
8 changed files with 212 additions and 101 deletions

View File

@@ -64,10 +64,19 @@ android {
productFlavors {
common {
buildConfigField "String", "CHANNEL", '"common"'
ndk {
abiFilters "armeabi-v7a"
}
}
coolapk {
buildConfigField "String", "CHANNEL", '"coolapk"'
}
x86 {
buildConfigField "String", "CHANNEL", '"common"'
ndk {
abiFilters "x86"
}
}
}
}