Implement most HTTP parts of the protocol

This commit is contained in:
Cameron Gutman
2013-09-21 02:33:52 -04:00
parent 00fca9462c
commit b263367528
5 changed files with 151 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
<uses-sdk
android:minSdkVersion="14"
android:targetSdkVersion="18" />
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="true"