Add new device vendors: Advan, IMO, Smartfren

This commit is contained in:
Faisal Salman
2024-11-12 16:07:06 +07:00
parent 6b8920c700
commit 84c4613145
3 changed files with 138 additions and 3 deletions

View File

@@ -195,6 +195,7 @@ const Device = Object.freeze({
const Vendor = Object.freeze({
ACER: 'Acer',
ADVAN: 'Advan',
ALCATEL: 'Alcatel',
APPLE: 'Apple',
AMAZON: 'Amazon',
@@ -215,6 +216,7 @@ const Vendor = Object.freeze({
HP: 'HP',
HTC: 'HTC',
HUAWEI: 'Huawei',
IMO: 'IMO',
INFINIX: 'Infinix',
ITEL: 'itel',
JOLLA: 'Jolla',
@@ -244,6 +246,7 @@ const Vendor = Object.freeze({
SAMSUNG: 'Samsung',
SHARP: 'Sharp',
SIEMENS: 'Siemens',
SMARTFREN: 'Smartfren',
SONY: 'Sony',
SPRINT: 'Sprint',
TCL: 'TCL',