pipa: Set default Settings.Global.DEVICE_NAME according to MIUI

MIUI uses ro.product.vendor.marketname for default device name.

Change-Id: I310c1ffc581b72653783d1093d9e7ebde544bb16
This commit is contained in:
LuK1337
2021-05-21 15:32:47 +02:00
committed by Sebastiano Barezzi
parent 3081e7ffd0
commit 51137bc0f7

View File

@@ -22,4 +22,7 @@
<!-- Set default screen rotation to 90 degrees, 1 refers to value of android.view.Surface.ROTATION_90 -->
<integer name="def_user_rotation">1</integer>
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
<string name="def_device_name_simple">Xiaomi Pad 6</string>
</resources>