diff options
author | 2024-05-21 20:47:44 +0000 | |
---|---|---|
committer | 2024-05-21 21:15:07 +0000 | |
commit | 973bf14f6c16faeffe01785ca2ff6745d2b995cb (patch) | |
tree | ae8ae8db4f8c30c637cbcba4f8f84a1b449d73cd | |
parent | 2674c808641130f193211afa1760151377a9c6b5 (diff) |
Change location refresh duuration to 5 minutes from 10 minutes to align the PRD
Bug: 340331500
Change-Id: I56eef1bc98c2979520ba643c2ebaf49ef50979fa
Test: make
-rw-r--r-- | core/res/res/values/config_telephony.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config_telephony.xml b/core/res/res/values/config_telephony.xml index ce1881a55dc1..84683e7d614d 100644 --- a/core/res/res/values/config_telephony.xml +++ b/core/res/res/values/config_telephony.xml @@ -303,7 +303,7 @@ fresh, it will be used as the current location by Telephony to decide whether satellite services should be allowed. --> - <integer name="config_oem_enabled_satellite_location_fresh_duration">600</integer> + <integer name="config_oem_enabled_satellite_location_fresh_duration">300</integer> <java-symbol type="integer" name="config_oem_enabled_satellite_location_fresh_duration" /> <!-- Whether enhanced IWLAN handover check is enabled. If enabled, telephony frameworks |