summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-07-23 17:05:34 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-07-23 17:05:34 +0200
commitc9197522de26754994c01b5162246ded01413568 (patch)
tree377ed23f392e7e4c36bd4b907aaed77d7b479850 /AndroidManifest.xml
parentd33b959e1197d1f2968530fe5a8d74842cbe118b (diff)
downloadAntennaPod-c9197522de26754994c01b5162246ded01413568.zip
Added chooser activity
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index af007419a..ac8841f80 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -128,6 +128,7 @@
</activity>
<activity android:label="@string/about_pref" android:name=".activity.AboutActivity" android:theme="@style/Theme.Sherlock.Light.NoActionBar"></activity>
<activity android:label="@string/opml_import_label" android:name=".activity.OpmlImportActivity"></activity>
+ <activity android:label="@string/opml_import_label" android:name=".activity.OpmlFeedChooserActivity" android:theme="@style/Theme.Sherlock.Light.NoActionBar"></activity>
</application>
</manifest> \ No newline at end of file