[android-developers] Writing files SDCard on Emulator

2010-02-02 Thread Acer
the WRITE_EXTERNAL_STORAGE would also enable Downloader.java to access the SDCard 3. Any other suggestions Best Regards Acer -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com

[android-developers] ACTION_BOOT_COMPLETED

2010-02-01 Thread Acer
Hello, I'm new to Android. I'm trying to use the intent android.content.Intent.ACTION_BOOT_COMPLETED in order to start a activity/service as soon as the device is booted.The intent filter is as below receiver android:name=My2Receiver android:enabled=true intent-filter