summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorDaniel Oeh <daniel@danielpc.(none)>2012-06-02 23:50:12 +0200
committerDaniel Oeh <daniel@danielpc.(none)>2012-06-02 23:50:12 +0200
commit72e608a04999bf37b0768465602889498b0daf06 (patch)
tree917bd7e0224956729c59280fe1b5a04acf9e75c8 /AndroidManifest.xml
parent8f9db702911b1ad0a82f6ef4ceb2c47569b201d3 (diff)
downloadAntennaPod-72e608a04999bf37b0768465602889498b0daf06.zip
Eclipse transfer, Made sure that DownloadObserver cancels when Activity
stops
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1030c8447..25a9aa890 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -14,7 +14,7 @@
android:icon="@drawable/ic_launcher"
android:label="@string/app_name"
android:theme="@style/Theme.Sherlock.Light"
- android:name=".PodcastApp">
+ android:name="de.podfetcher.PodcastApp">
<activity
android:label="@string/app_name"
android:name="de.podfetcher.activity.PodfetcherActivity" >