Probably not at the SDK level. You may have better luck inquiring on
one of the Google Groups for the open source project
(http://source.android.com).

On Thu, Feb 2, 2012 at 5:38 PM, Franzi Roesner <[email protected]> wrote:
> Hi,
>
> I'm wondering about the Java SecurityManager within Android. I
> understand that it doesn't provide the isolation/security required by
> Android (and that java.lang.System throws an exception if you try to
> setSecurityManager), but I'm wondering what the consequences of using
> it (in addition to existing mechanisms) would be. In particular, I'm
> modifying Android for some research
> purposes and I'd like to be able to prevent the use of reflection to
> access non-public methods, which can usually be done with a
> SecurityManager. Is there another way to do this?
>
> Thanks!
> Franzi
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.7 Available!

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to