Thanks for previous replies,
Is it possible to get Package name of camera application which is installed on the device? If the OS is customized the default package name is changed by the device manufacturer. How can I get the package name through coding ? I am not sure this will be possible.
I am not sure, but I think you can get package name of application using specified intent..
Look at this code for getting available application information which handle the specific intent,
Now using Camera intent you can get the application information which handles the
IMAGE_CAPTUREintent and using that information you can easily get package name.Update:
In your case the specific intent is
EDIT:
Try this and let me know what happen..