This repository has been archived on 2020-06-04. You can view files and clone it, but cannot push or open issues or pull requests.
GitNex/app/src/main/res/values/protocols.xml
M M Arif c3563dc861 initial push
Signed-off-by: M M Arif <mmarif@swatian.com>
2019-06-04 02:25:05 +05:00

9 lines
179 B
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="protocolValues">
<item>HTTPS</item>
<item>HTTP</item>
</string-array>
</resources>