Comment on Analyzing an Android WebView exploitparentComments−trurl4212yThat is wrong.Pre JB you can run any function by using reflection, as is demonstrated in the example.anyjavaobject.getClass().forName("android.telephony.SmsManager").. etc.
Comments
That is wrong.
Pre JB you can run any function by using reflection, as is demonstrated in the example.
anyjavaobject.getClass().forName("android.telephony.SmsManager").. etc.