I am new to android. I need to create an auto startup application. That application will control the files( if we open a image file from Gallery (or) mail attachments, on that time our application give a alert dialog to the user). Please guide to how to create an auto startup application to control all the file format in the android emulator.
feedback
|
|
You should use the permission | |||
|
feedback
|
|
You can take a look at Photostream source as it implements BroadcastReceiver approach suggested by MrSnowflake http://code.google.com/p/apps-for-android/ | |||
|
feedback
|
Creating an "auto startup application" can be done as MrSnowflake and Fedor describe. Creating an "application to control all the file format in the android emulator", fortunately, is impossible, as that would represent a massive security hole. | |||
|
feedback
|