diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-06-19 13:30:11 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-19 13:30:11 +0200 |
commit | dbd2ab55248aa44ab5bce697c28b03fb3edc31b4 (patch) | |
tree | 570833a27b421212049eb1c95e4f99650f7bbeb0 /core/src | |
parent | 6fc40b948d116d1eb0146b01423327d5373338d6 (diff) | |
download | AntennaPod-dbd2ab55248aa44ab5bce697c28b03fb3edc31b4.zip |
Fix core manifest
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/main/AndroidManifest.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/src/main/AndroidManifest.xml b/core/src/main/AndroidManifest.xml index 47bd8b666..4caad5f96 100644 --- a/core/src/main/AndroidManifest.xml +++ b/core/src/main/AndroidManifest.xml @@ -12,8 +12,7 @@ <application android:allowBackup="true" - android:icon="@drawable/ic_launcher" - android:label="@string/app_name"> + android:icon="@drawable/ic_launcher"> <service android:name=".service.download.DownloadService" |