fixed the onActivityResult bug i was having, it was due to a manifiest tag i added during testing

This commit is contained in:
2011-01-30 17:34:11 +00:00
parent 6a5645b307
commit 660cb3f10b

View File

@@ -31,7 +31,7 @@
</receiver> </receiver>
<service android:process=":TravelPostLocationService" android:enabled="true" android:name="LocationService" android:exported="true"></service> <service android:process=":TravelPostLocationService" android:enabled="true" android:name="LocationService" android:exported="true"></service>
<activity android:name="WebAuth" android:launchMode="singleInstance" android:configChanges="orientation"></activity> <activity android:name="WebAuth" android:configChanges="orientation"></activity>
</application> </application>
<uses-sdk android:minSdkVersion="7" /> <uses-sdk android:minSdkVersion="7" />