SAK-6545 new preferences.pages property (2.6)
Notifications, Customize Tabs, Time Zone and Language. Below is an example of prefences.pages setting:
preference.pages=prefs_tab_title, prefs_noti_title, prefs_timezone_title, prefs_lang_title
The order of values in the comma-separated list determines page order and also the order of actions in the toolbar. If a value is missing, that page's action will not appear in the toolbar and the page will not be reachable via the UI. If the preference.pages property is not set, page order will be the (current) default.
If you remove
enable.privacy.status = true
you can achieve a similar effect by defining preferences.pages as follows:
preference.pages=prefs_tab_title, prefs_noti_title, prefs_timezone_title, prefs_lang_title, prefs_privacy_title