Use "brand" instead of "manufacturer"

This commit is contained in:
redphx
2024-11-01 19:57:08 +07:00
parent b0ecc7171b
commit f0e7272a82
4 changed files with 10 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ export type BxFlags = {
androidInfo?: {
manufacturer: string,
brand: string,
board: string,
model: string,
},