Commit 6f011dbe authored by shenpc's avatar shenpc

修改内置的次数

parent 2c980489
......@@ -103,8 +103,8 @@ public class AdDataManager {
adData.showTimes = 20;
adData.interval = 10*60;//30分钟 未隐藏icon
adData.intervalHide = 10 * 60;//10分钟 隐藏icon
adData.showTimesHideForAdId = 30;
adData.showTimeHide = 30;
adData.showTimesHideForAdId = 40;
adData.showTimeHide = 40;
LogUtil.d(TAG, "getAdData adData(test) =" + adData);
} else {
LogUtil.d(TAG, "getAdData adData(release) =" + adData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment