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
Post a Comment