caochuan ef2004bffe 支持多用户自定义铃声克隆
Change-Id: I878499a1b519b6ab7635f4e8ee5e42cdc638a804
Signed-off-by: caochuan <caochuan@huawei.com>
2025-12-17 18:18:54 +08:00
2024-05-15 11:02:44 +08:00
2025-12-11 18:04:50 +08:00
2024-06-08 17:46:43 +08:00
2024-04-19 05:41:17 -04:00
2024-04-23 07:36:09 -04:00
2024-06-27 11:44:16 +08:00
2025-05-05 22:43:47 -07:00
2024-04-23 16:30:13 +08:00
2025-12-11 18:04:50 +08:00

RingtoneLibrary

Introduction

Figures 1 RingtoneLibrary architecture ringtone_library repository provides a set of easy-to-use APIs for setting and getting ringtone information. RingtoneLibrary APIs can only be used internally.

The various capabilities can be categorized as below:

  • Read ringtone information
  • Set and remove customized ringtone
  • Read ringtone list, include system ringtone and customized ringtone
  • Scan the system prebuilt ringtone directories

Directory Structure

The structure of the repository directory is as follows:

/foundation/multimedia/ringtone_library/   # RingtoneLibrary code
├── frameworks                             # Framework code
├── interfaces                             # API implementation
│   └── inner_api                          # Internal Native API implementation
├── LICENSE                                # License file
├── services                               # RingtoneLibrary function implementation
│   ├── ringtone_backup                    # RingtoneLibrary backup implementation
│   ├── ringtone_data_extension            # DatashareExtension implementation
│   ├── ringtone_dfx                       # DFX implementation
│   ├── ringtone_helper                    # Helper class
│   └── ringtone_scanner                   # Scanner implementation
└── test                                   # Test code

Repositories Involved

multimedia/ringtone_library

S
Description
铃音库功能实现
Readme 4.2 MiB
Languages
C++ 98.3%
TypeScript 1.3%
C 0.4%