android content query add reject colum

This commit is contained in:
DASHU
2025-06-03 18:02:02 +08:00
parent bbc8dee210
commit b9d41594d4
6 changed files with 48 additions and 23 deletions

View File

@@ -0,0 +1,4 @@
class RejectType {
static const int OTHERS = 0;
static const int REJECT = 1;
}