Hi I would like to know how to invoke Microsoft tag reader app from within my android application, like as soon as my application opens the tag reader should be invoked automatically. Any code snippet regarding this query is viable, I would appreciate it.
Share
In your Activity onCreate, add the following lines:
The easiest way to figure out the correct package name for any application is by looking at
LogCatwhile launching the activity (filter onActivityManager).