caochuan 2e05a87b94 modify oat
Signed-off-by: caochuan <caochuan@huawei.com>
2024-04-23 07:36:09 -04:00
2024-04-18 22:49:24 -04:00
2024-04-20 06:08:57 -04:00
2024-04-20 09:56:57 +00:00
2024-04-20 06:08:57 -04:00
2024-04-20 06:08:57 -04:00
2024-04-19 05:41:17 -04:00
2024-04-19 05:41:17 -04:00
2024-04-23 07:36:09 -04:00
2024-04-18 22:49:24 -04:00
2024-04-18 22:49:24 -04:00
2024-04-20 06:08:57 -04: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, not exposed to public application currently.

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%