I'm trying to use getObjectField(Object obj, String fieldName) to get the value of a class variable,
However I cannot get the real fieldName of that variable after decompilation:
public final class fR
{
public final fT a;
public final CharSequence a;
public final Object a;
public final String a; //this is the variable I want to access
public final CharSequence b;
....
Is there a way to access a class variable without knowing its name?
However I cannot get the real fieldName of that variable after decompilation:
public final class fR
{
public final fT a;
public final CharSequence a;
public final Object a;
public final String a; //this is the variable I want to access
public final CharSequence b;
....
Is there a way to access a class variable without knowing its name?
from xda-developers http://ift.tt/2bnGeKT
via IFTTT

Aucun commentaire:
Enregistrer un commentaire