文件最后提交记录最后更新时间
!858 901适配 * Merge branch 'master' of gitee.com:openharmony/app_samples into master * nativeAPI、multiMedia * 901适配 * 格式 * 修改package.json的格式 * 901适配 3 年前
!879 README_zh整改 * update readme 3 年前
!623 修改测试问题、根目录readme和应用readme不一致问题 * fix message bug * fix test bug 4 年前
!1058 修改JsVideo,更新Readme相关说明,位置Sample权限配置修改 * update README_zh.md 3 年前
!487 使用900版本IDE对sample进行编译整改 * update bundle-name * adapter to ide 900 4 年前
!487 使用900版本IDE对sample进行编译整改 * update bundle-name * adapter to ide 900 4 年前
!858 901适配 * Merge branch 'master' of gitee.com:openharmony/app_samples into master * nativeAPI、multiMedia * 901适配 * 格式 * 修改package.json的格式 * 901适配 3 年前
README.md

Radio

Introduction

This sample uses eTS to show how to use the radio function of the telephony service to obtain information, including the radio access technology, network status, network selection mode, ISO country code, signal strength list, and whether the radio function is enabled.

Usage

  1. When you tap SIM1 status, information including the radio access technology, registered network signal strength list, network selection mode, and ISO country code of SIM card 1 will be displayed on the screen. The information will disappear if you tap on the screen again. The case is the same as you tap SIM2 status.

  2. NetworkState displays information about the network status.

  3. IsRadioOn indicates whether the radio function is enabled. The value true indicates that the radio function is enabled, and the value false indicates the opposite.

Constraints

This sample can only be run on standard-system devices.