mirror of
https://github.com/haorendashu/nowser.git
synced 2025-12-18 18:14:21 +01:00
android content query add reject colum
This commit is contained in:
4
lib/const/reject_type.dart
Normal file
4
lib/const/reject_type.dart
Normal file
@@ -0,0 +1,4 @@
|
||||
class RejectType {
|
||||
static const int OTHERS = 0;
|
||||
static const int REJECT = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user