diff options
author | Roman Nurik <romannurik@google.com> | 2012-12-19 10:46:55 -0800 |
---|---|---|
committer | Roman Nurik <romannurik@google.com> | 2012-12-20 09:02:15 -0800 |
commit | d6f8dd0e3202af39a0fc80ed79a934027516ef8b (patch) | |
tree | 267cc056333935cb05128a4d15aca92c1a7aa359 /eclipse/plugins | |
parent | 17e7b9b0c77fe08193e31d7880eee1114ba21d44 (diff) | |
download | sdk-d6f8dd0e3202af39a0fc80ed79a934027516ef8b.zip sdk-d6f8dd0e3202af39a0fc80ed79a934027516ef8b.tar.gz sdk-d6f8dd0e3202af39a0fc80ed79a934027516ef8b.tar.bz2 |
New "Notification" ADT template.
This change adds a new Notification template in the 'other' category, that
creates a helper class to show and hide a notification with optional
expanded styles for Android 4.1+ devices. The template also includes
example resources relevant to notifications and leads the user through the
notification icon wizard.
Change-Id: I9765021ea66844f6f8887e1f1f27d6d262ee89a1
Diffstat (limited to 'eclipse/plugins')
-rw-r--r-- | eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml index b506a86..6bd16ee 100644 --- a/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml +++ b/eclipse/plugins/com.android.ide.eclipse.adt/plugin.xml @@ -299,7 +299,7 @@ preferredPerspectives="org.eclipse.jdt.ui.JavaPerspective" project="false" > <description> - Create an Android object such as a Service, an Activity, a Broadcast Receiver, etc. + Create an Android object such as a Service, an Activity, a Broadcast Receiver, a Notification, etc. </description> </wizard> <!-- Available through generic object list above |