4
0
mirror of https://github.com/cwinfo/envayasms.git synced 2025-06-25 18:29:24 +00:00

start alarm to poll for outgoing messages when phone boots; add option to automatically start main activity on boot

This commit is contained in:
Jesse Young
2011-09-12 22:52:45 -07:00
parent 2911111490
commit d29e7b2c58
9 changed files with 45 additions and 12 deletions

View File

@ -27,11 +27,8 @@
android:entryValues="@array/check_intervals_values"
></ListPreference>
<!--
<CheckBoxPreference
android:key="detailed_log"
android:title="Detailed log messages?"
android:disableDependentsState="false"
></CheckBoxPreference>
-->
android:key="launch_on_boot"
android:title="Launch automatically?"
></CheckBoxPreference>
</PreferenceScreen>