Build of V3.5.0a for testing. Includes fix of BLE datasource not shutting down on request, and possible fix of the 'mToneGenerator is null' error.
This commit is contained in:
@@ -47,17 +47,18 @@
|
||||
android:title="@string/test_sms_alarm_notification" />
|
||||
|
||||
<item
|
||||
android:enabled="false"
|
||||
android:id="@+id/action_test_phone_alarm"
|
||||
android:icon="@drawable/stop_server"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/test_phone_alarm_notification" />
|
||||
|
||||
<item
|
||||
android:enabled="false"
|
||||
android:id="@+id/action_logmanager"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/data_log_manager"
|
||||
android:enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
@@ -69,11 +70,11 @@
|
||||
/>
|
||||
|
||||
<item
|
||||
android:enabled="false"
|
||||
android:id="@+id/action_export"
|
||||
android:icon="@drawable/ic_action_settings"
|
||||
android:showAsAction="never|withText"
|
||||
android:title="@string/export_data"
|
||||
android:enabled="true"
|
||||
/>
|
||||
|
||||
<item
|
||||
|
||||
Reference in New Issue
Block a user