Re: [android-developers] Re: SecurityException: Given caller package com.android.settings is not running in process ProcessRecord

2012-10-04 Thread Charan
whats the alternatives for this now in ICS ? On Thursday, 17 May 2012 21:06:44 UTC+5:30, Mark Murphy (a Commons Guy) wrote: On Thu, May 17, 2012 at 11:30 AM, minil...@gmail.com javascript: wrote: But I can do this on Android 2.3.3 Not really. It *looks* like it is there, but if you

Re: [android-developers] Re: SecurityException: Given caller package com.android.settings is not running in process ProcessRecord

2012-10-04 Thread Mark Murphy
On Thu, Oct 4, 2012 at 5:46 AM, Charan paichara...@gmail.com wrote: whats the alternatives for this now in ICS ? You failed to provide an adequate definition of this. Assuming this is embedding another app's activity in your own app, that is still not supported. -- Mark Murphy (a Commons Guy)

[android-developers] Re: SecurityException: Given caller package com.android.settings is not running in process ProcessRecord

2012-05-17 Thread minilin.11
@googlegroups.com Subject: Re: [android-developers] SecurityException: Given caller package com.android.settings is not running in process ProcessRecord You can't embed the activity from one application inside of the activity of another, unless they are both running under the same uid (and clearly you

Re: [android-developers] Re: SecurityException: Given caller package com.android.settings is not running in process ProcessRecord

2012-05-17 Thread Mark Murphy
On Thu, May 17, 2012 at 11:30 AM, minilin...@gmail.com wrote: But I can do this on Android 2.3.3 Not really. It *looks* like it is there, but if you actually try modifying any settings, the changes do not take effect, at least for any settings that you do not have the permission to modify. --