Specifications
87
•  Configuration file 
Job Browser operates based on the XML-formatted configuration file placed in the following 
path. If no configuration file is provided, Job Browser operates based on the settings made on 
its Settings screen. 
Table 3.10 
Item  Description 
File name  com.android.minibrowser_preferences.xml 
Path /mnt/sdcard/shared_prefs/com.android.minibrowser_preferences.xml 
XML declaration  <?xml version='1.0' encoding='utf-8' standalone='yes' ?> 
Root element  map 
•  XML specification (settings) 
Table 3.11 
Functional (display) item  XML (initial value)  Parameter 
General 
Homepage setting 
<string name="homepage">http://www.casio.jp</string> URL 
(No specification: 
"about:blank") 
Auto form filling  <boolean name="autofill_enabled" value="true" />  true / false 
Auto input text 
<int name="autofill_active_profile_id" value="0" />  Not registered: 0 
Registered: 1 
Privacy and security 
Security warnings 
<boolean name="show_security_warnings" value="true" 
/> 
true / false 
Accept Cookies  <boolean name="accept_cookies" value="true" />  true / false 
Save form data  <boolean name="save_formdata" value="true" />  true / false 
Enable geolocation  <boolean name="enable_geolocation" value="true" />  true / false 
Save password  <boolean name="remember_passwords" value="true" />  true / false 
Accessibility 
Override zoom setting  <boolean name="force_userscalable" value="false" />  true / false 
Text zoom  <int name="text_zoom" value="10" /> 
A number in the 
range from 0 to 30 
Double tap zoom  <int name="double_tap_zoom" value="5" /> 
A number in the 
range from 0 to 10 
Minimum font size  <int name="min_font_size" value="0" /> 
A number in the 
range from 0 to 20 
Inverted rendering  <boolean name="inverted" value="false" />  true / false 
Contrast <int name="inverted_contrast" value="0" /> 
A number in the 
range from 0 to 20 
Advanced settings 
Search engine setting  <string name="search_engine">google</string> 
Google: google 
Yahoo: yahoo 
Bing: bing 










