res/xml/preferences.xml
author Nikita Kozlov <nikita@elyzion.net>
Sun, 06 Nov 2011 21:22:00 +0100
changeset 918 80d2be82fa84
parent 886 5d3163053c42
permissions -rw-r--r--
Update request in contactlist.ui add filter in manifest to add contact

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
	xmlns:android="http://schemas.android.com/apk/res/android">
	<PreferenceCategory
		android:title="General Settings" />
	<PreferenceScreen
		android:key="account_settings"
		android:title="Account Settings"
		android:summary="Sync frequency, notifications, etc.">
		<intent
			android:action="com.beem.project.beem.SETTINGS"
			android:targetClass="ui.Settings.class" />
	</PreferenceScreen>
	<PreferenceCategory
		android:title="Account Actions" />
	<PreferenceScreen
		android:key="second_preferencescreen"
		android:title="Status Update"
		android:summary="Connect/Disconnect, Change Status...">
		<intent
			android:action="com.beem.project.beem.CHANGESTATUS"
			android:targetClass="ui.ChangeStatus.class" />
	</PreferenceScreen>
	<CheckBoxPreference
		android:key="prefer wifi"
		android:title="Prefer WiFi">
		<intent
			android:action="com.beem.project.beem.SETTINGS"
			android:targetClass="ui.Settings.class"/>
			</CheckBoxPreference>
</PreferenceScreen>