views:

16

answers:

0

I have a live folder in which are put reports for the user to see. When new reports are available I instantiate a notification and I want open the live folder when the user presses the notification.

Is that possible? I tried with Intent.VIEW as an action and the content URI as the intent data but it does not work.

Also I am using android 1.6 as a minimal sdk version.