aboutsummaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorAndy Doan <andy.doan@linaro.org>2011-10-25 13:16:04 -0500
committerAndy Doan <andy.doan@linaro.org>2011-10-25 13:16:04 -0500
commit3b04410d18fe86c408e351fcbd63adbcdbc829f6 (patch)
tree9c452b739b99a70489caf143f0ece8d784d441a3 /AndroidManifest.xml
parent4b73212c6ef626f62f1f7ae091dae47afdf31b5a (diff)
downloadLinaroConnect-3b04410d18fe86c408e351fcbd63adbcdbc829f6.tar.gz
create an activity to display schedule items
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index eb5b651..29255bb 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -46,6 +46,9 @@
<data android:scheme="http"/>
</intent-filter>
</activity>
+ <activity android:name=".ScheduleItemActivity"
+ android:label="@string/schedule_item">
+ </activity>
</application>
</manifest> \ No newline at end of file