My android application is working fine while making https
request in 2G connection
. But unable to connect in 3G network
. I am not able to find out problem behind it.
Asked
Active
Viewed 75 times
0

Lucifer
- 29,392
- 25
- 90
- 143

Ravi Ranjan
- 526
- 2
- 6
- 15
-
1Your 3G Provider might limit or modifiy your connection ability? (I've seen live-compressing and mangling of content...) – DThought Sep 12 '12 at 08:58
1 Answers
0
try added permission:
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE"/>
<uses-permission android:name="android.permission.CHANGE_NETWORK_STATE" />
And study this answer

Community
- 1
- 1

imperator_sp
- 1,216
- 10
- 16