diff options
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r-- | AndroidManifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index ed26d56cd..34b10c6be 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,7 @@ android:largeScreens="true" android:normalScreens="true" android:smallScreens="false" - android:xlargeScreens="true" /> + android:xlargeScreens="true" android:anyDensity="true"/> <application android:name="de.danoeh.antennapod.PodcastApp" |