disable share/send feature for this release

This commit is contained in:
Nathan Freitas 2013-08-19 09:33:55 -04:00
parent cfb047314a
commit cdd75f31af
1 changed files with 2 additions and 1 deletions

View File

@ -495,6 +495,7 @@ public class Orbot extends SherlockActivity implements TorConstants, OnLongClick
}
/*
else if (Intent.ACTION_SEND.equals(action))
{
Uri dataUri = (Uri) intent.getParcelableExtra(Intent.EXTRA_STREAM);
@ -513,7 +514,7 @@ public class Orbot extends SherlockActivity implements TorConstants, OnLongClick
// TODO Auto-generated catch block
e.printStackTrace();
}
}
}*/
else
{