i have a problem. i wrote a app wich interact with the sdcard. now my
question.
how can i get the system message when user connect the sdcard via usb to pc?
can i get any message wich inform my program that the sdcard is now attempt
to connect with pc via usb ? or the sdcard is unmount ? unmount event ?
Erel this is working perfect. :sign0098:
this was the problem.
can i see this <data android:scheme="file" /> in any overview ? Tutorial ?
In wich cases must i give this parameter ?
Erel greetings and many thanks!!!
There is no general guidelines available. You can read more about intent filters on Google documentation. Though the best way in this case is to Google for: android.intent.action.MEDIA_MOUNTED
You will see many discussions about intents not intercepted.