disable share/send feature for this release
This commit is contained in:
parent
cfb047314a
commit
cdd75f31af
|
@ -495,6 +495,7 @@ public class Orbot extends SherlockActivity implements TorConstants, OnLongClick
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
else if (Intent.ACTION_SEND.equals(action))
|
else if (Intent.ACTION_SEND.equals(action))
|
||||||
{
|
{
|
||||||
Uri dataUri = (Uri) intent.getParcelableExtra(Intent.EXTRA_STREAM);
|
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
|
// TODO Auto-generated catch block
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
}
|
}*/
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue