PackageManager.GET_ACTIVITIES doesn't exist in MonoDriod but does in java.
What is the correct coding for this statement.
code:
try
{
PackageManager.GetPackageInfo(uri,PackageManager.GET_ACTIVITIES);
}
catch (PackageManager.NameNotFoundException e)
{
//...
}