unplugged-system/vendor/mediatek/proprietary/packages/apps/Mms/callback
2025-10-06 13:59:42 +00:00
..
src/com/mediatek/mms Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
Android.mk Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
MTK_LICENSE Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

This module defines interfaces for Mms and Operator plugin.


WHAT IT DOES?
=============
This module defines interfaces for Mms and Operator plugin.
Operator plugin can access Mms through these interfaces.

HOW IT WAS BUILT?
==================
This module is built to a static java library com.mediatek.mms.callback, which is linked to Mms and Operator plugin.

HOW TO USE IT?
==============
1. Mms implements these interfaces.
2. Operator plugin call these interfaces if needed.