flo: Set a default Settings.Global.DEVICE_NAME

Change-Id: Ieb62d20212e3f87551db8a63b26449cae996a69a
This commit is contained in:
followmsi 2023-02-28 13:00:08 +01:00
parent fb387f5dd4
commit cf32da01de
1 changed files with 3 additions and 0 deletions

View File

@ -27,4 +27,7 @@
<!-- Value for Settings.Global.LOW_BATTERY_SOUND_TIMEOUT:
Mute battery sounds on tablets after one hour with screen off -->
<integer name="def_low_battery_sound_timeout">3600000</integer>
<!-- Default for Settings.Global.DEVICE_NAME $1=MODEL-->
<string name="def_device_name_simple">Nexus 7</string>
</resources>