]> iEval git - fonbot.git/blobdiff - res/xml/prefs.xml
Let users disable command confirmations over SMS
[fonbot.git] / res / xml / prefs.xml
index cc881fe5617010c943854d69ea71dd0f2ecd59df..3ed8b4f156760221fd7ced9ce44cca2cf222f3d7 100644 (file)
@@ -3,6 +3,8 @@
     <EditTextPreference android:title="Username" android:key="username" android:dialogTitle="Username" android:dialogMessage="Enter your username"/>
     <EditTextPreference android:dialogTitle="Password" android:dialogMessage="Enter your password" android:inputType="textPassword" android:title="Password" android:key="password"/>
     <EditTextPreference android:dialogTitle="SMS Password" android:dialogMessage="Enter the password required to send SMS commands. Leave empty to disable SMS commands" android:title="SMS Password" android:key="smspassword"/>
+       <CheckBoxPreference android:title="Show ongoing events" android:summaryOn="Ongoing events are shown" android:summaryOff="Ongoing events are not shown" android:key="ongoing"/>
+       <CheckBoxPreference android:title="SMS messages are expensive" android:summaryOn="Commands sent via SMS do not confirm their execution." android:summaryOff="All commands confirm their execution." android:key="expensive_sms"/>
     <CheckBoxPreference android:title="Device administration" android:summaryOn="Device administration is enabled." android:key="admin" android:summaryOff="Device administration is disabled. Some commands require device administration."/>
        <CheckBoxPreference android:key="foreground" android:title="Run service in foreground" android:summaryOn="The FonBot service is kept in foreground. " android:summaryOff="The FonBot service is not kept in foreground."/>
     <CheckBoxPreference android:key="system" android:summaryOff="FonBot is not a system app. Changing this requires root and busybox" android:title="System App" android:summaryOn="FonBot is a system app. Changing this requires root and busybox"/>
This page took 0.01852 seconds and 4 git commands to generate.