java - Use reflection to reset input calibration internal api (allwinner) -


i try modify app compile without compile android firmware internal methods call following

//imports     import android.os.servicemanager;     import android.view.iwindowmanager; //internal api calls iwindowmanager mwindowmanager   =  iwindowmanager.stub.asinterface(servicemanager.getservice(context.window_service));                           mwindowmanager.resetinputcalibration(); 

is posible achive via java reflection ??


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -