mirror of
https://github.com/cwinfo/envayasms.git
synced 2025-06-25 18:29:24 +00:00
launching Main activity on boot is no longer necessary
This commit is contained in:
@ -36,17 +36,10 @@
|
||||
android:entryValues="@array/check_intervals_values"
|
||||
></ListPreference>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="launch_on_boot"
|
||||
android:title="Launch automatically?"
|
||||
android:summaryOff="KalSMS will not open when phone boots (but will still forward SMS)"
|
||||
android:summaryOn="KalSMS will open when phone boots"
|
||||
></CheckBoxPreference>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:key="keep_in_inbox"
|
||||
android:title="Keep new messages?"
|
||||
android:summaryOff="Incoming SMS will not be stored in Messaging inbox"
|
||||
android:summaryOn="Incoming SMS will be stored in Messaging inbox"
|
||||
></CheckBoxPreference>
|
||||
></CheckBoxPreference>
|
||||
</PreferenceScreen>
|
Reference in New Issue
Block a user