Re: [android-developers] BroadcastReceiver::onReceive Question

2010-07-31 Thread Mark Murphy
On Thu, Jul 29, 2010 at 6:22 PM, Johnny wrote: > What I can not figure out is how to create a file with the 'Context' > variable passed in from the 'onReceive'. I know I can create a private > file with this 'Context' variable but I just don't know how to use > this 'Context' to create an external

[android-developers] BroadcastReceiver::onReceive Question

2010-07-31 Thread Johnny
Hi All, I am trying to develop a feature for my Android phone. Basically, I'd like to export some files whenever a sdcard is inserted into the phone. So, I had a broadcast receiver registered to the system. I override the onReceive (Context, Intent) function such that I can create a file in the S