dre: overlay: Set max network scan search time to 254
Matches value found in stock TeleServiceQcom. Change-Id: If2b224298ffe731f8ccfd0b4f3b6d8a257b6f968
This commit is contained in:
parent
4060e892f5
commit
e141fe303f
1 changed files with 11 additions and 0 deletions
11
overlay-lineage/packages/apps/Settings/res/values/config.xml
Normal file
11
overlay-lineage/packages/apps/Settings/res/values/config.xml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (C) 2022 The LineageOS Project
|
||||||
|
SPDX-License-Identifier: Apache-2.0
|
||||||
|
-->
|
||||||
|
<resources>
|
||||||
|
|
||||||
|
<!-- Max network scan search time in seconds -->
|
||||||
|
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
|
||||||
|
|
||||||
|
</resources>
|
Loading…
Reference in a new issue