0

I am developing an application to block/unblock camera according to user's choice.I am starting camera using Intent.

I have no real device and as my knowledge, in each manufacturer the package name is different.

How can I get the package and class name of camera action for each manufactures?

j0k
  • 22,600
  • 28
  • 79
  • 90
  • http://stackoverflow.com/questions/9665045/how-to-get-package-name – Raghunandan Apr 17 '13 at 05:33
  • Thanks for your reply. But from that we can get the package name for the current running device. I don't have a real device and i want to know the package names in all the devices. –  Apr 17 '13 at 05:39

1 Answers1

0

you can download "package name viewer" from play store free one,emphasized text which will show you all the package name which are in your smartphone here you can download the apps

Adiii
  • 54,482
  • 7
  • 145
  • 148