tor-android/res/values/arrays.xml

16 lines
357 B
XML
Raw Normal View History

2012-02-24 05:17:37 +00:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="bridge_options">
<item>Obfs4 (Recommended)</item>
<item>Obfs3</item>
<item>ScrambleSuit</item>
<item>Tunnel through Azure</item>
<item>Tunnel through Amazon</item>
<item>Tunnel through Google</item>
<item></item>
2012-02-24 05:17:37 +00:00
</string-array>
2012-11-06 20:01:54 +00:00
</resources>