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

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -

Line ending issue with Mercurial or Visual Studio -