android - Do I need root access for accessing internal classes? -


my question simple:

if want access field in internal classes, through java reflection, need have device rooted make field accessible .setaccessible(true)?

as 323go said, rooting phone has nothing visibility of class members.

you need proper visibility control, that's :)


Comments

Popular posts from this blog

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -