Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
新增 应用商店-机型伪装 Xiaomi 14 Pro, Xiaomi 14
Browse files Browse the repository at this point in the history
  • Loading branch information
Sevtinge committed Oct 12, 2023
1 parent 7907374 commit 94d3d0d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,16 @@ public void init() {
mDevice = "ishtar";
mModel = "2304FPN6DC";
mManufacturer = "Xiaomi";
} else if (mPrefsMap.getStringAsInt("market_device_modify_new", 0) == 102) {
// 14p
mDevice = "shennong";
mModel = "23116PN5BC";
mManufacturer = "Xiaomi";
} else if (mPrefsMap.getStringAsInt("market_device_modify_new", 0) == 103) {
// 14
mDevice = "houji";
mModel = "23127PN0CC";
mManufacturer = "Xiaomi";
} else if (mPrefsMap.getStringAsInt("market_device_modify_new", 0) == 153) {
// civi3
mDevice = "yuechu";
Expand Down
4 changes: 4 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -515,6 +515,8 @@

<string-array name="market_device_modify_list">
<item>@string/array_default</item>
<item>Xiaomi 14 Pro</item>
<item>Xiaomi 14</item>
<item>Xiaomi 13 Ultra</item>
<item>Xiaomi CIVI 3</item>
<item>Xiaomi MIX Fold 3</item>
Expand All @@ -529,6 +531,8 @@

<string-array name="market_device_modify_value">
<item>0</item>
<item>102</item>
<item>103</item>
<item>101</item>
<item>153</item>
<item>223</item>
Expand Down

0 comments on commit 94d3d0d

Please sign in to comment.