dre: Move network scan overlay to OPlusSettingsResTarget
Change-Id: I5a5a8feea72a74ffaefd598d5e80bec92783d2ea
This commit is contained in:
parent
2a9c6383cb
commit
8dfb14cd39
2 changed files with 3 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
||||||
<?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>
|
|
|
@ -5,6 +5,9 @@
|
||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
|
|
||||||
|
<!-- Max network scan search time in seconds -->
|
||||||
|
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
|
||||||
|
|
||||||
<!-- Whether to show Smooth Display feature in Settings Options -->
|
<!-- Whether to show Smooth Display feature in Settings Options -->
|
||||||
<bool name="config_show_smooth_display">true</bool>
|
<bool name="config_show_smooth_display">true</bool>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue