added an ongoing notification to the location service, that is started with the service, and removed when the service finished

This commit is contained in:
2011-01-31 05:08:08 +00:00
parent c52f835f7a
commit 1ad7485edb
3 changed files with 24 additions and 10 deletions

View File

@@ -1,2 +0,0 @@
I created TwitterServices.java to handle the twitter services.
the reason why it was failing before is that i created a request token to get an auth url, and then i would create a new one when i get the auth code.