2022-04-14 00:39:56 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<!--
|
|
|
|
Copyright (C) 2022 The LineageOS Project
|
|
|
|
SPDX-License-Identifier: Apache-2.0
|
|
|
|
-->
|
|
|
|
<resources>
|
|
|
|
|
2025-01-02 12:25:46 -05:00
|
|
|
<!-- Max network scan search time in seconds -->
|
|
|
|
<integer name="config_network_scan_helper_max_search_time_sec">254</integer>
|
|
|
|
|
2022-04-14 00:39:56 -04:00
|
|
|
<!-- Whether to show Smooth Display feature in Settings Options -->
|
|
|
|
<bool name="config_show_smooth_display">true</bool>
|
|
|
|
|
|
|
|
</resources>
|