<EditTextPreferenceandroid:key="password"android:title="VNC password"android:password="true"android:summary="Protect your VNC connection"></EditTextPreference>
<ListPreferenceandroid:key="rotation"android:title="Rotation"android:entries="@array/rotation_values"android:entryValues="@array/rotation_values"android:summary="Rotate screen if you like"></ListPreference>
<ListPreferenceandroid:key="scale"android:title="Scale Screen"android:entries="@array/scale_strings"android:entryValues="@array/scale_values"android:summary="Only 50% working for now"></ListPreference>
<ListPreferenceandroid:key="sleep"android:title="Don't let screen turn off"android:entries="@array/sleep_strings"android:entryValues="@array/sleep_strings"></ListPreference>
<EditTextPreferenceandroid:key="port"android:title="VNC port"android:summary="Note: It will not show error if cannot bind port"></EditTextPreference>
<ListPreferenceandroid:key="startonboot"android:title="Start server on boot"android:entryValues="@array/startonboot_values"android:entries="@array/startonboot_values"android:summary="Warning! Just activate if you have your daemon running fine."></ListPreference>