anshu
anshu

Reputation: 175

How to prevent Wifi in off state

My network application do not want the WiFi state of device going to be off.

As in setting page have option under advanced to select the radio as always keeping the WiFi enable as screen go off.

I want to do the same thing programmatically, even i tried at starting take the WiFi lock but as soon as screen go in off state the WiFi went into off state.

How to achieve programmatically to keep the WiFi active?

Upvotes: 1

Views: 402

Answers (1)

accuya
accuya

Reputation: 1433

use a wifi lock of type WIFI_MODE_FULL
or WIFI_MODE_FULL_HIGH_PERF.

Upvotes: 1

Related Questions