From 7e6c859c211ea51c34afbc2c77714e9586a8223b Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 20 Feb 2013 12:12:50 +0100 Subject: [PATCH] Add the element http://developer.android.com/training/basics/firstapp/running-app.html --- AndroidManifest.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index d2dc2c3..6977e8d 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,6 +3,8 @@ package="com.example.myfirstapp" android:versionCode="1" android:versionName="1.0"> + + -- 2.1.4