Add android:name attribute for Application

This commit is contained in:
Ricardo Carrillo Cruz 2013-04-10 20:00:51 +02:00
parent c9b4485031
commit e360a154b7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
android:targetSdkVersion="14" />
<application
android:name="OpenstackdroidApplication"
android:allowBackup="true"
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"