Android-job: Restricting syncing to WIFi

Created on 15 Nov 2016  路  1Comment  路  Source: evernote/android-job

Hi,
is it possible to add network type == WIFI in the requirements ?

help wanted

Most helpful comment

Wifi is usually JobRequest.NetworkType.UNMETERED. That means it doesn't cost the user any money and there's no quota. If you use your mobile phone connection, then that's usually JobReqest.NetworkType.NOT_ROAMING.

>All comments

Wifi is usually JobRequest.NetworkType.UNMETERED. That means it doesn't cost the user any money and there's no quota. If you use your mobile phone connection, then that's usually JobReqest.NetworkType.NOT_ROAMING.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ExploiTR picture ExploiTR  路  6Comments

pyricau picture pyricau  路  7Comments

vibin picture vibin  路  3Comments

judemanutd picture judemanutd  路  4Comments

karntrehan picture karntrehan  路  5Comments