mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-14 21:47:11 +08:00
云盾Buff加成。
This commit is contained in:
@@ -91,11 +91,11 @@ public class DunQueryView extends LinearLayout {
|
||||
|
||||
boolean isAllowed = rules.isAllowed(phoneNumber, true);
|
||||
if (isAllowed) {
|
||||
mTvResult.setText("允许接通");
|
||||
mTvResult.setText("这个号码很新,什么防御都不会启动。");
|
||||
mTvResult.setTextColor(mContext.getResources().getColor(R.color.green_normal));
|
||||
LogUtils.d(TAG, "queryDunStatus: 号码" + phoneNumber + " 允许接通");
|
||||
} else {
|
||||
mTvResult.setText("拦截");
|
||||
mTvResult.setText("你说我像云像雾像雨又像风~~~ 怎么来来去去,怎么也又播不通~~~");
|
||||
mTvResult.setTextColor(mContext.getResources().getColor(R.color.red_normal));
|
||||
LogUtils.d(TAG, "queryDunStatus: 号码" + phoneNumber + " 被拦截");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user