bug fix :更新用户使用时长回调时间由10s更改为60s
This commit is contained in:
parent
64eba307bc
commit
29ce1726ca
|
|
@ -13,7 +13,7 @@ import com.yingmao.clash.fragment.AccelerateViewModel;
|
|||
public class ConnectionService extends Service {
|
||||
|
||||
private static final String TAG = "TimerService";
|
||||
private static final long INTERVAL_MILLIS = 10000; // 10 秒
|
||||
private static final long INTERVAL_MILLIS = 60000; // 10 秒
|
||||
private Handler handler = new Handler();
|
||||
private Intent intent;
|
||||
private Runnable runnable = new Runnable() {
|
||||
|
|
|
|||
|
|
@ -119,7 +119,7 @@ subprojects {
|
|||
)
|
||||
)
|
||||
}
|
||||
create("8671") {
|
||||
create("1111") {
|
||||
isDefault = true
|
||||
dimension = flavorDimensionList[0]
|
||||
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
||||
|
|
@ -130,7 +130,7 @@ subprojects {
|
|||
buildConfigField("String", "applicationId", "\"com.jsq.wufu\"")
|
||||
buildConfigField("String", "service_url", "\"https://api.yijianlianjsq.com/\"")
|
||||
buildConfigField("boolean", "is_free", "false")
|
||||
buildConfigField("String", "productId", "\"8671\"")
|
||||
buildConfigField("String", "productId", "\"1111\"")
|
||||
manifestPlaceholders(
|
||||
mapOf(
|
||||
"APP_NAME" to "@string/wf",
|
||||
|
|
@ -138,7 +138,7 @@ subprojects {
|
|||
)
|
||||
)
|
||||
}
|
||||
create("2977") {
|
||||
create("2222") {
|
||||
isDefault = true
|
||||
dimension = flavorDimensionList[0]
|
||||
buildConfigField("boolean", "PREMIUM", "Boolean.parseBoolean(\"false\")")
|
||||
|
|
@ -149,7 +149,7 @@ subprojects {
|
|||
buildConfigField("String", "applicationId", "\"com.jsq.wufu\"")
|
||||
buildConfigField("String", "service_url", "\"https://api.yijianlianjsq.com/\"")
|
||||
buildConfigField("boolean", "is_free", "false")
|
||||
buildConfigField("String", "productId", "\"2977\"")
|
||||
buildConfigField("String", "productId", "\"2222\"")
|
||||
manifestPlaceholders(
|
||||
mapOf(
|
||||
"APP_NAME" to "@string/wf",
|
||||
|
|
|
|||
Loading…
Reference in New Issue