aboutsummaryrefslogtreecommitdiff
path: root/notification
diff options
context:
space:
mode:
authorTrevor Johns <trevorjohns@google.com>2017-03-22 11:30:08 -0700
committerTrevor Johns <trevorjohns@google.com>2017-03-22 11:31:06 -0700
commit033b104d215ed94eb56ab75a21c6128b60023e4c (patch)
tree06f415c12d7b1cc3bc8cd90325699160ef2a065b /notification
parent4452a075b3bc0614ccf9fcdf381b2b4efd2ea6b4 (diff)
downloadandroid-033b104d215ed94eb56ab75a21c6128b60023e4c.tar.gz
Cleanup template-params.xml files for all projects
- Remove references to N Preview - Change statuses from DRAFT to PUBLISHED Test: manual Change-Id: I4cd302fb133f5f3e3f4f690397e0375e273ac1a1
Diffstat (limited to 'notification')
-rw-r--r--notification/ActiveNotifications/template-params.xml6
-rw-r--r--notification/MessagingService/template-params.xml4
2 files changed, 5 insertions, 5 deletions
diff --git a/notification/ActiveNotifications/template-params.xml b/notification/ActiveNotifications/template-params.xml
index 6728c855..d750bbc9 100644
--- a/notification/ActiveNotifications/template-params.xml
+++ b/notification/ActiveNotifications/template-params.xml
@@ -16,7 +16,7 @@
-->
<sample>
<name>ActiveNotifications</name>
- <group>Android N Preview</group>
+ <group>Notification</group>
<package>com.example.android.activenotifications</package>
<minSdk>24</minSdk>
@@ -44,8 +44,8 @@ via a PendingIntent.
<common src="logger" />
<metadata>
- <status>DRAFT</status>
- <categories>Getting Started, Notification, Android N Preview</categories>
+ <status>PUBLISHED</status>
+ <categories>Notification</categories>
<technologies>Android</technologies>
<languages>Java</languages>
<solutions>Mobile</solutions>
diff --git a/notification/MessagingService/template-params.xml b/notification/MessagingService/template-params.xml
index 554163ce..8113c3f3 100644
--- a/notification/MessagingService/template-params.xml
+++ b/notification/MessagingService/template-params.xml
@@ -16,7 +16,7 @@
-->
<sample>
<name>MessagingService</name>
- <group>Android N Preview</group>
+ <group>Notification</group>
<package>com.example.android.messagingservice</package>
<minSdk>21</minSdk>
@@ -42,7 +42,7 @@ notification.
<template src="base-application" />
<metadata>
<status>PUBLISHED</status>
- <categories>Android N Preview</categories>
+ <categories>Notification</categories>
<!-- Old Categories: UI, Notification -->
<technologies>Android</technologies>
<languages>Java</languages>