Stay organized with collections
Save and categorize content based on your preferences.
TelephonyScanManager
class TelephonyScanManager
Manages the radio access network scan requests and callbacks.
Requires the PackageManager#FEATURE_TELEPHONY_RADIO_ACCESS
feature which can be detected using PackageManager.hasSystemFeature(String)
.
Summary
Public constructors
TelephonyScanManager
TelephonyScanManager()
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# TelephonyScanManager\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\nTelephonyScanManager\n====================\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/telephony/TelephonyScanManager \"View this page in Java\") \n\n```\nclass TelephonyScanManager\n```\n\n|---|---------------------------------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.telephony.TelephonyScanManager](#) |\n\nManages the radio access network scan requests and callbacks. \nRequires the [PackageManager#FEATURE_TELEPHONY_RADIO_ACCESS](../content/pm/PackageManager.html#FEATURE_TELEPHONY_RADIO_ACCESS:kotlin.String) feature which can be detected using [PackageManager.hasSystemFeature(String)](../content/pm/PackageManager.html#hasSystemFeature(kotlin.String)).\n\nSummary\n-------\n\n| Nested classes ||\n|----------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| abstract | [NetworkScanCallback](/reference/kotlin/android/telephony/TelephonyScanManager.NetworkScanCallback) The caller of [android.telephony.TelephonyManager#requestNetworkScan(android.telephony.NetworkScanRequest,java.util.concurrent.Executor,android.telephony.TelephonyScanManager.NetworkScanCallback)](/reference/kotlin/android/telephony/TelephonyManager#requestNetworkScan(android.telephony.NetworkScanRequest,%20java.util.concurrent.Executor,%20android.telephony.TelephonyScanManager.NetworkScanCallback)) should implement and provide this callback so that the scan results or errors can be returned. |\n\n| Public constructors ||\n|------------------------------------------------------------|---|\n| [TelephonyScanManager](#TelephonyScanManager())`()` \u003cbr /\u003e |\n\nPublic constructors\n-------------------\n\n### TelephonyScanManager\n\nAdded in [API level 28](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nTelephonyScanManager()\n```"]]