commit | 58557d2e332ff8a9f9f1beeebb4bf24c103b509c | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Sat Aug 03 06:00:06 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Sat Aug 03 06:00:25 2024 +0200 |
tree | 2d365aa1b19034bcb468a7051807783161711238 | |
parent | c4958be28bd9b443b84fd9ff2e1b24886938a6fc [diff] |
gta4xlwifi: Don't show emergency gesture settings Change-Id: I1962d11c7df490596516cdf66119cf3ce4345854
diff --git a/overlay/packages/apps/Settings/res/values/config.xml b/overlay/packages/apps/Settings/res/values/config.xml index 1c95c51..d4689db 100644 --- a/overlay/packages/apps/Settings/res/values/config.xml +++ b/overlay/packages/apps/Settings/res/values/config.xml
@@ -15,6 +15,9 @@ limitations under the License. --> <resources> + <!-- Whether to show emergency gesture in Settings --> + <bool name="config_show_emergency_gesture_settings">false</bool> + <!-- Whether sim related information is visible to the end user. --> <bool name="config_show_sim_info">false</bool> </resources>