添加云盾测试提示辅助识别字符。
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
#Created by .winboll/winboll_app_build.gradle
|
#Created by .winboll/winboll_app_build.gradle
|
||||||
#Thu Apr 09 02:21:20 HKT 2026
|
#Wed Apr 08 18:32:36 GMT 2026
|
||||||
stageCount=9
|
stageCount=9
|
||||||
libraryProject=
|
libraryProject=
|
||||||
baseVersion=15.14
|
baseVersion=15.14
|
||||||
publishVersion=15.14.8
|
publishVersion=15.14.8
|
||||||
buildCount=0
|
buildCount=2
|
||||||
baseBetaVersion=15.14.9
|
baseBetaVersion=15.14.9
|
||||||
|
|||||||
@@ -124,9 +124,9 @@ public class CallLogAdapter extends RecyclerView.Adapter<CallLogAdapter.CallLogV
|
|||||||
// 跳转到添加联系人页面
|
// 跳转到添加联系人页面
|
||||||
//if (Rules.getInstance(mContext).isAllowed(callLog.getPhoneNumber(), false)) {
|
//if (Rules.getInstance(mContext).isAllowed(callLog.getPhoneNumber(), false)) {
|
||||||
if (Rules.getInstance(mContext).isAllowed(callLog.getPhoneNumber(), true)) {
|
if (Rules.getInstance(mContext).isAllowed(callLog.getPhoneNumber(), true)) {
|
||||||
ToastUtils.show(callLog.getPhoneNumber() + " Is Allowed By YunDun.");
|
ToastUtils.show("(✔)" + callLog.getPhoneNumber() + " Is Allowed By YunDun.");
|
||||||
} else {
|
} else {
|
||||||
ToastUtils.show("YunDun Defense The Phone " + callLog.getPhoneNumber() + "");
|
ToastUtils.show("(✘)YunDun Defense The Phone " + callLog.getPhoneNumber() + "");
|
||||||
}
|
}
|
||||||
} else if (itemId == R.id.item_calllog_phonenumber_add_contact) {
|
} else if (itemId == R.id.item_calllog_phonenumber_add_contact) {
|
||||||
// 跳转到添加联系人页面
|
// 跳转到添加联系人页面
|
||||||
|
|||||||
Reference in New Issue
Block a user