commit | ae363f1e98593ee08ad96bb6f75c0cfc85d3d13b | [log] [tgz] |
---|---|---|
author | Jeremy Walker <jewalker@google.com> | Thu Feb 09 00:04:53 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Feb 09 00:04:53 2017 +0000 |
tree | 4ba59cd85e23645529d68e3c3c43a53661848f71 | |
parent | 401b2f19ff16531c95a28411fe7742e4268e1f1c [diff] | |
parent | 9bc28e3c6afc84700fb35a2ae3b9440a0f59c107 [diff] |
Fixes xml node name to issue tracker resolves. am: 9bc28e3c6a Change-Id: I9250d336602bc43912e37658998109708cd55357
diff --git a/wearable/wear/Notifications/template-params.xml b/wearable/wear/Notifications/template-params.xml index a04ca1a..9399f69 100644 --- a/wearable/wear/Notifications/template-params.xml +++ b/wearable/wear/Notifications/template-params.xml
@@ -18,7 +18,7 @@ <sample> - <name>Wearable Notifications</name> + <name>Notifications</name> <group>Wearable</group> <package>com.example.android.support.wearable.notifications</package>
diff --git a/wearable/wear/WearNotifications/template-params.xml b/wearable/wear/WearNotifications/template-params.xml index 25d53b2..0b909d7 100644 --- a/wearable/wear/WearNotifications/template-params.xml +++ b/wearable/wear/WearNotifications/template-params.xml
@@ -15,7 +15,7 @@ limitations under the License. --> <sample> - <name>Wear Notifications</name> + <name>WearNotifications</name> <group>Wearable</group> <package>com.example.android.wearable.wear.wearnotifications</package> @@ -156,4 +156,4 @@ ]]> </intro> </metadata> -</sample> \ No newline at end of file +</sample>