# HG changeset patch # User Michael Schloh von Bennewitz # Date 1423870358 -3600 # Node ID e1ea0f6a5a50df456ee0407309265f613bd79eae # Parent 87d37281ea41e48eab91cc82dfbd976d8086f617 Conform to Android standard by specifying the app name in the manifest. diff -r 87d37281ea41 -r e1ea0f6a5a50 AndroidManifest.xml --- a/AndroidManifest.xml Sat Feb 14 00:01:16 2015 +0100 +++ b/AndroidManifest.xml Sat Feb 14 00:32:38 2015 +0100 @@ -17,6 +17,7 @@ android:allowBackup="true" android:icon="@drawable/ic_launcher" android:label="@string/app_name" + android:name="com.europalab.Caldavsync" android:theme="@style/AppTheme" > - \ No newline at end of file +