--
You received this message because you are subscribed to the Google Groups "TaintDroid" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taintdroid+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
On 13 May 2013 13:53, "marie chatti" <marm...@gmail.com> wrote:
>
> I used "getTaintString" as following:
>
> TelephonyManager tm = (TelephonyManager) getSystemService(Context.TELEPHONY_SERVICE);
>
> String device_id = tm.getDeviceId();
> getTaintString(device_id);
> it displays this error message:
>
> The method getTaintString(String) is undefined for the type HelloAndroid2Activity.
Does Taint.getTaintString(...) work? have you imported dalvik.system?