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 -

c# - Delving into the world of XML (Windows Phone) Error I dont understand (The ' ' character, hexadecimal value 0x20, cannot be included in a name.) -

python - Received unregistered task using Celery with Django -