feat: Google Play-不开启生物识别支付 (#1372)

This commit is contained in:
天方夜谭
2025-11-02 21:33:38 +08:00
committed by GitHub
parent 837feb3962
commit f23ce3f905

View File

@@ -58,5 +58,22 @@ export default defineGkdApp({
}, },
], ],
}, },
{
key: 3,
name: '功能类-不开启生物识别支付',
desc: '点击[以后再说]',
rules: [
{
fastQuery: true,
activityIds:
'com.google.android.finsky.billing.acquire.SheetUiBuilderHostActivity',
matches: [
'[text="要使用指纹或人脸验证购买交易吗?"]',
'[text="以后再说"][clickable=true]',
],
snapshotUrls: 'https://i.gkd.li/i/23289407',
},
],
},
], ],
}); });