remove meek-google as an option
This commit is contained in:
parent
2676cd3fc6
commit
d8648a5864
|
@ -934,11 +934,7 @@ public class OrbotMainActivity extends AppCompatActivity
|
||||||
enableBridges(true);
|
enableBridges(true);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 5: //google
|
case 5:
|
||||||
Prefs.setBridgesList("0");
|
|
||||||
enableBridges(true);
|
|
||||||
break;
|
|
||||||
case 6:
|
|
||||||
showGetBridgePrompt("obfs4");
|
showGetBridgePrompt("obfs4");
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
<item>ScrambleSuit</item>
|
<item>ScrambleSuit</item>
|
||||||
<item>Tunnel through Azure</item>
|
<item>Tunnel through Azure</item>
|
||||||
<item>Tunnel through Amazon</item>
|
<item>Tunnel through Amazon</item>
|
||||||
<item>Tunnel through Google</item>
|
|
||||||
<item>Get New Bridges</item>
|
<item>Get New Bridges</item>
|
||||||
<item></item>
|
<item></item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
Loading…
Reference in New Issue