From 183bf116978e3c44292c9ead2bceb47e972624a1 Mon Sep 17 00:00:00 2001 From: Scott Main Date: Mon, 13 Aug 2012 19:12:13 -0700 Subject: docs: misc bug fixes from external issues Change-Id: I380b65341200c0519a93e2f8969f70f64aec0264 --- docs/html/training/basics/firstapp/starting-activity.jd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/html/training/basics/firstapp') diff --git a/docs/html/training/basics/firstapp/starting-activity.jd b/docs/html/training/basics/firstapp/starting-activity.jd index 4d0a84a..3dafcfa 100644 --- a/docs/html/training/basics/firstapp/starting-activity.jd +++ b/docs/html/training/basics/firstapp/starting-activity.jd @@ -285,8 +285,8 @@ href="{@docRoot}tools/extras/support-library.html#SettingUp">setting up the Supp

The app is now runnable because the {@link android.content.Intent} in the first activity now resolves to the {@code DisplayMessageActivity} class. If you run the app now, -clicking the Send button starts the -second activity, but it doesn't show anything yet.

+clicking the Send button starts the second activity, but it's still using the default +"Hello world" layout.

Receive the Intent

-- cgit v1.1