This is my code.
public static String telegramsetime(String str, String str2)
{
try
{
string text = telegramsettime(str, str2);
return text;
}
catch (Exception th)
{
return th.ToString();
}
}
The "telegramsettime" is a function which is inside a file named "libjnitg.so".How can i run this function properly?