Enable other tests on watch

Enable other tests on watch

Bug: 184922715
Test: build
Merged-In: Icfac6d24fb029c4cc0bb272bf1c6c081a99624f7
Change-Id: Icfac6d24fb029c4cc0bb272bf1c6c081a99624f7
diff --git a/res/xml/watch_preferences.xml b/res/xml/watch_preferences.xml
index fee22bc..7f9ba0e 100644
--- a/res/xml/watch_preferences.xml
+++ b/res/xml/watch_preferences.xml
@@ -65,6 +65,11 @@
                           android:key="enable_state_local_test_alerts"
                           android:title="@string/enable_state_local_test_alerts_title" />
 
+        <!-- Enable other test alerts -->
+        <SwitchPreference android:defaultValue="true"
+                          android:key="enable_test_alerts"
+                          android:title="@string/enable_cmas_test_alerts_title" />
+
         <!-- Default value is true for Brazil and India. This preference is ignored and hidden
         unless the boolean "config_showAreaUpdateInfoSettings" is set to true in the global resource. -->
         <SwitchPreference android:defaultValue="true"