[android-developers] Re: SecurityManager
I'll try that, thanks!
Franzi
On Feb 2, 3:07 pm, Mark Murphy <mmur...@commonsware.com> wrote:
> 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 <franzi.roes...@gmail.com> 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 android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscribe@googlegroups.com
> > 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/commonsguyhttp://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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home