Closed GoogleCodeExporter closed 8 years ago
Disable this in android manifest. Test it. <receiver android:name=".android.browser.OpenDownloadReceiver"> <!-- <intent-filter> <action android:name="android.intent.action.DOWNLOAD_COMPLETED"/> <action android:name="android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"/> <action android:name="android.intent.action.DELETE"/> <data android:scheme="content" android:mimeType="vnd.android.cursor.item/download"/> </intent-filter> --> </receiver> <provider android:name=".android.providers.downloads.DownloadProvider" android:authorities="sandrobdownloads" /> <service android:name=".android.providers.downloads.DownloadService"/> <receiver android:name=".android.providers.downloads.DownloadReceiver" android:exported="false"> <!-- <intent-filter> <action android:name="android.net.conn.CONNECTIVITY_CHANGE" /> </intent-filter> --> </receiver>
Original issue reported on code.google.com by supp.san...@gmail.com on 20 Feb 2012 at 6:55
supp.san...@gmail.com
Version for 2.2.x, 2.3.x is on the Market.
Original comment by supp.san...@gmail.com on 23 Feb 2012 at 7:00
Original issue reported on code.google.com by
supp.san...@gmail.com
on 20 Feb 2012 at 6:55