Reputation: 4251
How many types of wake locks in android and what are they?
1) Wake lock
2) WiFi lock
do we have any other locks other than above 2?
do we have any lock for avoiding the 3G modem (Data connection) to avoid it from going to sleep mode due to inactivity?
Please let me know if any have idea on the same.
Thanks.
Upvotes: 1
Views: 768
Reputation: 1007584
do we have any other locks other than above 2?
Not really.
do we have any lock for avoiding the 3G modem (Data connection) to avoid it from going to sleep mode due to inactivity?
No, because the mobile data connection does not go into sleep mode. While the mobile data connection does go through various power states, it automatically switches between them as necessary, and if you have an outstanding connection, it will not go into standby.
Upvotes: 3