created webauth.xml to be used with displaying the web auth site, and allowing the user to input their auth code

i created WebAuth.java to be used to display the social client auth site, and get the users auth code

started intergration of twitter
This commit is contained in:
2011-01-24 18:12:18 +00:00
parent db27e1528a
commit 53845d6131
13 changed files with 214 additions and 6 deletions

View File

@@ -31,6 +31,7 @@
</receiver>
<service android:process=":TravelPostLocationService" android:enabled="true" android:name="LocationService" android:exported="true"></service>
<activity android:name="WebAuth"></activity>
</application>
<uses-sdk android:minSdkVersion="7" />
@@ -42,4 +43,5 @@
<uses-permission android:name="android.permission.ACCESS_MOCK_LOCATION"></uses-permission>
<uses-permission android:name="android.permission.WAKE_LOCK"></uses-permission>
<uses-permission android:name="android.permission.INTERNET"></uses-permission>
</manifest>