Customizing the list of settings that appear in the app Settings view
You can change the list of Settings items that appear in the app Settings view by modifying a list of settings key names
Procedure
Example: remove the settings options logging and e-mail support
Original String Resource |
"SFSettingsListViewController_Settings_DisplayInAppKeys" = "app_version;app_legal;connection_timeout;do_logging;email_support"; |
Modified String Resource |
"SFSettingsListViewController_Settings_DisplayInAppKeys" = "app_version;app_legal;connection_timeout"; |
The entries do_logging and email_support were removed from the list to accomplish this task.
Copyright © Cloud Software Group, Inc. ALL RIGHTS RESERVED.