Check If Network Is Metered Android

[Solved] Check If Network Is Metered Android | Kotlin - Code Explorer | yomemimo.com
Question : check if network is metered android

Answered by : priyam-harsh

val cm = context.getSystemService(Context.CONNECTIVITY_SERVICE) as ConnectivityManager
val isMetered = cm.isActiveNetworkMetered()

Source : | Last Update : Wed, 15 Dec 21

Answers related to check if network is metered android

Code Explorer Popular Question For Kotlin