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

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -