universal7580: fix init.samsung.rc
[GitHub/LineageOS/android_device_samsung_universal7580-common.git] / libsecnativefeature / SecNativeFeatureTagWeb.h
1 #ifndef SEC_NATIVE_FEATURE_TAG_WEB_H
2 #define SEC_NATIVE_FEATURE_TAG_WEB_H
3
4
5 // Note
6 // The string must be same as the string in CSCFeatureTagWeb.java
7 // Because one feature coulde be implemented both in java layer and in native layer
8
9 // The default values for each types
10 // This means the specified TAG is not defined
11 #define CSCFeatureTagWeb_Str_NoTag ""
12 #define CSCFeatureTagWeb_Bool_NoTag false
13 #define CSCFeatureTagWeb_Int_NoTag 0
14
15 // To define custom UserAgent string
16 // If this value is not defined, the default Android UserAgent will be sent to server
17 #define CSCFeatureTagWeb_SetUserAgent "CscFeature_Web_SetUserAgent"
18
19
20 // To define UAProfile string
21 // If this value is not defined, UAProfile will not be sent to server
22 #define CSCFeatureTagWeb_SetUAProfile "CscFeature_Web_SetUAProfile"
23
24 // Change homepage_base regardless language and APN
25 #define CscFeatureTagWeb_SetHomepageURL "CscFeature_Web_SetHomepageURL"
26 // Disable RSS button on the url bar
27 #define CscFeatureTagWeb_DisableRSS "CscFeature_Web_DisableRSS"
28 // Remove voicesearch button on the url bar
29 #define CscFeatureTagWeb_DisableVoiceSearch "CscFeature_Web_DisableVoiceSearch"
30 // Disable showing activity chooser on redirecting in case when 3rd party browser also installed
31 #define CscFeatureTagWeb_DisableRedirectionChooser "CscFeature_Web_DisableRedirectionChooser"
32
33 // Enable UAProfile in Header
34 #define CscFeatureTagWeb_Bool_EnableUAProfile "CscFeature_Web_Bool_EnableUAProfile"
35
36 // To Enable the GateConfig Logs(USA STA requirement for stability test)
37 #define CscFeatureTagWeb_Bool_EnableGateConfig "CscFeature_Web_EnableLogStabililtyTest"
38
39 //add for Handling Operator UA
40 #define CscFeature_Web_OverrideUserAgent "CscFeature_Web_OverrideUserAgent"
41
42 // add menu clear today history
43 #define CscFeatureTagWeb_EnableDeletingTodayHistory "CscFeature_Web_EnableDeletingTodayHistory"
44
45 // To enable bookmark overwrite
46 #define CscFeatureTagWeb_EnableOverwritingBookmark "CscFeature_Web_EnableOverwritingBookmark"
47
48 // To enable downloaded folder notification
49 #define CscFeatureTagWeb_EnableDownloadedFolderInNotificationBar "CscFeature_Web_EnableDownloadedFolderInNotificationBar"
50
51 //Enable DeviceID at Header(USA ATT Requirement)
52 #define CscFeatureTag_Web_Bool_DeviceID "CscFeature_Web_UseDeviceIdInHeader"
53
54 // support uploading contacts in VCard format (China-Telecom requirement)
55 #define CscFeatureTagWeb_SupportVcfUpload "CscFeature_Web_SupportVcfUpload"
56 //Parse XHTML document as HTML (ignore parse error. China-Telecom requirement)
57 #define CscFeatureTagWeb_ParseXHtmlToHtml "CscFeature_Web_ParseXHtmlToHtml"
58
59 //Block SD & CD download ( NAGSM common requirement)
60 #define CscFeatureTag_Web_Bool_BlockSDCDDownload "CscFeature_Web_BlockSDCDDownload"
61
62 // display download progress on notification bar (China-Telecom requirement)
63 #define CscFeatureTagWeb_ShowDownloadProgressOnNotification "CscFeature_Web_ShowDownloadProgressOnNotification"
64
65 // show browser version in browser settings (China-Telecom requirement)
66 #define CscFeatureTagWeb_ShowVersionInSetting "CscFeature_Web_ShowVersionInSetting"
67
68 // support "exit browser" option (China-Telecom requirement)
69 #define CscFeatureTagWeb_AddOptionToTerminate "CscFeature_Web_AddOptionToTerminate"
70 // Add "Delete-all" function at Download list (China-Telecom requirement)
71 #define CscFeatureTagWeb_EnableDeleteAllOnDownloadList "CscFeature_Web_EnableDeleteAllOnDownloadList"
72 // Support save-as function and default folder by mime-type (China-Telecom requirement)
73 #define CscFeatureTagWeb_SupportDownloadSaveAs "CscFeature_Web_SupportDownloadSaveAs"
74 // support delete-all option in bookmarks page (China-Telecom requirement)
75 #define CscFeatureTagWeb_EnableDeleteAllBookmarks "CscFeature_Web_EnableDeleteAllBookmarks"
76 // Add "FullHandwriting IME issue "(China-Common requirement)
77 #define CscFeatureTagWeb_EnableOptionEditTextDuringFullHwr "CscFeature_Web_EnableOptionEditTextDuringFullHwr"
78 // support offline-startup page includes bookmarks, history, search dialog (China-Telecom requirement)
79 #define CscFeatureTagWeb_SupportOfflineStartupPage "CscFeature_Web_SupportOfflineStartupPage"
80
81 // support not to set factory-reset-homepage to PREF_HOMEPAGE
82 #define CscFeatureTagWeb_Bool_DisableSetFactoryResetHomeToPrefHome "CscFeature_Web_Bool_DisableSetFactoryResetHomeToPrefHome"
83
84 // Show roaming dialog (ATT Requirement)
85 #define CscFeatureTagWeb_Bool_ShowRoamingDialog "CscFeature_Web_EnableRoamingDialog"
86
87 // set download folder by mime-type for China-Telecom requirement
88 #define CscFeatureTagWeb_SetDownloadFolderNameByMimeType "CscFeature_Web_SetDownloadFolderNameByMimeType"
89
90 // Disable showing activity chooser for defined string
91 #define CscFeature_Web_DisableChooser4 "CscFeature_Web_DisableChooser4"
92
93 // Enable download hebrew filename
94 #define CscFeature_Web_SupportHebrewFileName "CscFeature_Web_SupportHebrewFileName"
95
96 // remove google in search engine list
97 #define CscFeatureTagWeb_DisableGoogleInBrowserSearchEngine "CscFeature_Web_DisableGoogleInBrowserSearchEngine"
98
99 // set off overview mode as default (CTC Requirement)
100 #define CscFeatureTagWeb_SetOffOverviewModeAsDefault "CscFeature_Web_SetOffOverviewModeAsDefault"
101
102 // Disable setting homepage as it is set in APN when SIM changed
103 #define CscFeature_Web_EnableAutoSimHomeUrlInProfile "CscFeature_Web_EnableAutoSimHomeUrlInProfile"
104
105 // Add download file name decode feature for China region
106 #define CscFeatureTagWeb_SupportDownloadedFileNameInChineseChar "CscFeature_Web_SupportDownloadedFileNameInChineseChar"
107
108 // support multiAPN (CMCC Requirement)
109 #define CscFeatureTagWeb_EnableMultipleApn4 "CscFeature_Web_EnableMultipleApn4"
110
111 // Enable Ask to exit on back (CMCC Requirement)
112 #define CscFeatureTagWeb_EnablePromptToExit "CscFeature_Web_EnablePromptToExit"
113
114
115 // Enable EMOJI for JPN
116 #define CscFeatureTagWeb_EnableEmoji "CscFeature_Web_Bool_EnableEmoji"
117
118 // Show Wifi AP List when WIFI switch is on (CMCC Requirement)
119 #define CscFeatureTagWeb_ShowWifiAPList "CscFeature_Web_ShowWifiAPList"
120
121 // Enable Operator's toolbar (ATT Requirement)
122 #define CscFeatureTagWeb_EnableOperatorToolbar "CscFeature_Web_EnableOperatorToolbar"
123
124 // Set TCP Connection timout (China Requirement)
125 #define CscFeatureTagWeb_SetTcpConnTimeoutAs "CscFeature_Web_SetTcpConnTimeoutAs"
126
127 // Add WML mime type to Accept Header (CMCC Requirement)
128 #define CscFeatureTagWeb_AddWmlToHttpAcceptHeader4 "CscFeature_Web_AddWmlToHttpAcceptHeader4"
129
130 // change block zoom method to position based touch block zoom (Australia Requirement)
131 #define CscFeature_Web_BlockZoomBaseOnTouchPosition "CscFeature_Web_BlockZoomBaseOnTouchPosition"
132
133 // Remove Partial View During Horizontal Scroll in Nav Screen (Australia Requirement)
134 #define CscFeature_Web_RemovePartialViewDuringHorizontalScroll "CscFeature_Web_RemovePartialViewDuringHorizontalScroll"
135
136 // Show Popup for MaxLength reached during Url input (CMCC Requirement)
137 #define CscFeatureTagWeb_EnablePopup4MaxLengthReachedDuringUrlInput "CscFeature_Web_EnablePopup4MaxLengthReachedDuringUrlInput"
138
139 // Support Tel Number in the page to go to dialing app (KOR Requirement)
140 #define CscFeature_Web_RecognizeTelNumber "CscFeature_Web_RecognizeTelNumber"
141
142 // Large file transfer in Internet download (VZW Requirement)
143 #define CscFeature_Web_EnableWifiOption4LargeFileDownload "CscFeature_Web_EnableWifiOption4LargeFileDownload"
144
145 // Add additional accept charset to Accept Header (CTC Requirement)
146 #define CscFeature_Web_AddCharSetToHttpHeader "CscFeature_Web_AddCharSetToHttpHeader"
147
148 // max connection per host for performance
149 #define CscFeature_Web_MaxConnectionPerHost "CscFeature_Web_MaxConnectionPerHost"
150 #endif // SEC_NATIVE_FEATURE_TAG_WEB_H