I have my own activity to show download folder.When user press view downloads from browser it opens download manager activity so i want to open mine. So what intent filter i need to add in my activity to listen intents of download manager
Intent intent = new Intent(DownloadManager.ACTION_VIEW_DOWNLOADS); thank you -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

