From: gu.martinm@gmail.com Date: Tue, 6 May 2014 06:42:01 +0000 (+0200) Subject: WeatherInformation: just update remote values when geocoding data changed. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=4999627cc0b919d2a15e35b4e3d6f05bc8a5f362;p=JavaForFun WeatherInformation: just update remote values when geocoding data changed. --- diff --git a/Android/WeatherInformation/AndroidManifest.xml b/Android/WeatherInformation/AndroidManifest.xml index 1fb26ff..d07af2d 100644 --- a/Android/WeatherInformation/AndroidManifest.xml +++ b/Android/WeatherInformation/AndroidManifest.xml @@ -32,7 +32,8 @@ android:icon="@drawable/ic_launcher" android:label="@string/app_name" android:logo="@drawable/ic_launcher" - android:theme="@style/AppTheme" > + android:theme="@style/AppTheme" + android:name="de.example.exampletdd.WeatherInformationApplication" >