On Android, how do I tell what kind of data connection I have at any one second
Conversation
Replying to
Do you mean as an app developer writing an app or as a user? As an app developer you should use a combination of JobScheduler network type constraints, DownloadManager constraints and ConnectivityManager if you really need to check the current network type in custom code for it.

