Run Calculator in my App

Posted by user on Stack Overflow See other posts from Stack Overflow or by user
Published on 2012-11-24T10:58:37Z Indexed on 2012/11/24 11:05 UTC
Read the original article Hit count: 148

Filed under:
|
|
|
|

I want to start the android calculator activity IN my activity. So, I can run an activity of my app in an activity of my app. But if I want to start an activity of the calculator for example in my app, logcat throws me this:

FATAL EXCEPTION: main
java.lang.RuntimeException: Unable to start activity ComponentInfo{}: java.lang.SecurityException: Requesting code from com.android.calculator2 (with uid 10016) to be run in process  (with uid 10044)
Caused by: java.lang.SecurityException: Requesting code from com.android.calculator2 (with uid 10016) to be run in process  (with uid 10044)

How can I reach my goal to start the calculator activity in my activity?

Thank you very much

© Stack Overflow or respective owner

Related posts about java

Related posts about android