remove meek-google as an option

This commit is contained in:
Nathan Freitas 2016-10-21 14:41:06 -04:00
parent 2676cd3fc6
commit d8648a5864
2 changed files with 1 additions and 6 deletions

View File

@ -934,11 +934,7 @@ public class OrbotMainActivity extends AppCompatActivity
enableBridges(true);
break;
case 5: //google
Prefs.setBridgesList("0");
enableBridges(true);
break;
case 6:
case 5:
showGetBridgePrompt("obfs4");
break;

View File

@ -8,7 +8,6 @@
<item>ScrambleSuit</item>
<item>Tunnel through Azure</item>
<item>Tunnel through Amazon</item>
<item>Tunnel through Google</item>
<item>Get New Bridges</item>
<item></item>
</string-array>