How to invoke the Android calculator from an app -


I want to open an Android calculator from within my app. I do not want to give it anything, just a quick launch Provide the button. Can someone show me or tell me how to do this for an example?

taken from:

  intent = new intent () ; I.setClassName ("com.android.calculator2", "com.android.calculator2.Calculator"); StartActivity (i);  

Comments