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 -

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

python - Received unregistered task using Celery with Django -