Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1caba751 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

Remove useless applicationName

parent 1925b714
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,6 +19,6 @@
    <uses-permission android:name="org.dmfs.permission.READ_TASKS" />
    <uses-permission android:name="org.dmfs.permission.WRITE_TASKS" />

    <application android:label="@string/app_name"/>
    <application />

</manifest>

src/main/res/values/strings.xml

deleted100644 → 0
+0 −15
Original line number Diff line number Diff line
<!--
  ~ Copyright (c) 2013 – 2015 Ricki Hirner (bitfire web engineering).
  ~
  ~ This program is free software: you can redistribute it and/or modify it under the terms of the GNU
  ~ General Public License as published by the Free Software Foundation, either version 3 of the
  ~ License, or (at your option) any later version.
  ~
  ~ This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
  ~ without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  ~ PURPOSE.  See the GNU General Public License for more details.
  -->

<resources>
    <string name="app_name">iCal4Android</string>
</resources>