mirror of
https://github.com/LSPosed/MagiskOnWSALocal.git
synced 2025-04-23 00:39:20 +00:00
Update fixGappsProp.py
This commit is contained in:
parent
7d3d308812
commit
1e7c50b059
1 changed files with 5 additions and 5 deletions
|
@ -44,11 +44,11 @@ class Prop(OrderedDict):
|
|||
new_props = {
|
||||
("product", "brand"): "google",
|
||||
("product", "manufacturer"): "Google",
|
||||
("build", "product"): "cheetah",
|
||||
("product", "name"): "cheetah",
|
||||
("product", "device"): "cheetah",
|
||||
("product", "model"): "Pixel 7 Pro",
|
||||
("build", "flavor"): "cheetah-user"
|
||||
("build", "product"): "husky",
|
||||
("product", "name"): "husky",
|
||||
("product", "device"): "husky",
|
||||
("product", "model"): "Pixel 8 Pro",
|
||||
("build", "flavor"): "husky-user"
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue