Add missing <common> elements to SynchronizedNotifications

Fixes build problems caused by missing common Activity/Logging
framework.

Change-Id: I7017169912d1b3f50dc1a31a02e078d7e92b7faa
diff --git a/wearable/wear/SynchronizedNotifications/template-params.xml b/wearable/wear/SynchronizedNotifications/template-params.xml
index 4213200..1da36eb 100644
--- a/wearable/wear/SynchronizedNotifications/template-params.xml
+++ b/wearable/wear/SynchronizedNotifications/template-params.xml
@@ -40,5 +40,6 @@
     <template src="base"/>
     <template src="SimpleView"/>
     <template src="WearPlusShared"/>
-
+    <common src="logger"/>
+    <common src="activities"/>
 </sample>